mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@54042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user