Skip to content

Commit

Permalink
Site Health: Correct the anchor for “Learn more about page cache” link.
Browse files Browse the repository at this point in the history
Follow-up to [54043], [55412], [57793].

Props comecaramelos.
Fixes #61159.

git-svn-id: https://develop.svn.wordpress.org/trunk@58113 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed May 7, 2024
1 parent 3adbaf8 commit 473e255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/class-wp-site-health.php
Original file line number Diff line number Diff line change
Expand Up @@ -2398,7 +2398,7 @@ public function get_test_page_cache() {
'label' => '',
'actions' => sprintf(
'<p><a href="%1$s" target="_blank" rel="noopener noreferrer">%2$s<span class="screen-reader-text"> %3$s</span><span aria-hidden="true" class="dashicons dashicons-external"></span></a></p>',
__( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#Caching' ),
__( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#caching' ),
__( 'Learn more about page cache' ),
/* translators: Hidden accessibility text. */
__( '(opens in a new tab)' )
Expand Down

0 comments on commit 473e255

Please sign in to comment.