Site Health: Update persistent object cache check documentation URL.

The anchor for the relevant documentation section had changed since the original code had been written.

Props furi3r.
See #56040.

Built from https://develop.svn.wordpress.org/trunk@54042


git-svn-id: http://core.svn.wordpress.org/trunk@53601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz 2022-08-31 22:19:12 +00:00
parent ee9fd97241
commit 7322419ced
2 changed files with 2 additions and 2 deletions

View File

@ -2283,7 +2283,7 @@ class WP_Site_Health {
$action_url = apply_filters(
'site_status_persistent_object_cache_url',
/* translators: Localized Support reference. */
__( 'https://wordpress.org/support/article/optimization/#object-caching' )
__( 'https://wordpress.org/support/article/optimization/#persistent-object-cache' )
);
$result = array(

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.1-alpha-54041';
$wp_version = '6.1-alpha-54042';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.