mirror of
git://develop.git.wordpress.org/
synced 2025-02-06 07:28:49 +01:00
Site Health: Correct the anchor for “Learn more about page cache” link.
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
This commit is contained in:
parent
3adbaf8ec0
commit
473e2554db
@ -2398,7 +2398,7 @@ class WP_Site_Health {
|
||||
'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)' )
|
||||
|
Loading…
x
Reference in New Issue
Block a user