mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
ee9fd97241
commit
7322419ced
@ -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(
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user