Skip to content

Commit

Permalink
Merge pull request #2699 from 10up/feature/issue-2693
Browse files Browse the repository at this point in the history
Learn More link on the Sync page
  • Loading branch information
felipeelia authored Apr 4, 2022
2 parents 41384e7 + c53b4bb commit 115be0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/partials/sync-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class="ep-last-sync__icon-status"
<button type="button" class="button button-primary ep-sync-box__button ep-sync-box__button-sync">
<span class="dashicons dashicons-update-alt ep-sync-box__icon-button"></span> <?php echo esc_html__( 'Sync Now', 'elasticpress' ); ?>
</button>
<a class="ep-sync-box__learn-more-link" href="#">
<a class="ep-sync-box__learn-more-link" href="https://elasticpress.zendesk.com/hc/en-us/articles/5205632443533" target="_blank" rel="noreferrer noopener">
<?php echo esc_html__( 'Learn more', 'elasticpress' ); ?>
</a>

Expand Down

0 comments on commit 115be0a

Please sign in to comment.