Site Health: Correct the anchor for “Learn more about page cache” link.
Follow-up to [54043], [55412], [57793]. Props comecaramelos. Fixes #61159. Built from https://develop.svn.wordpress.org/trunk@58113 git-svn-id: http://core.svn.wordpress.org/trunk@57578 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
97c3f24034
commit
bcff9a2fe4
|
@ -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)' )
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.6-alpha-58112';
|
||||
$wp_version = '6.6-alpha-58113';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue