Skip to content

Commit eb77bc6

Browse files
Site Health: Correct the anchor in object cache documentation link.
Follow-up to [57793], [58113], [58332]. Props jdy68, mohamedahamed, sabernhardt, jeffgreendesign, Presskopp, audrasjb, stevenlinx, JavierCasares, westonruter, SergeyBiryukov. Fixes #65477, #58518. git-svn-id: https://develop.svn.wordpress.org/trunk@62538 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a5fc098 commit eb77bc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-site-health.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2578,7 +2578,7 @@ public function get_test_persistent_object_cache() {
25782578
$action_url = apply_filters(
25792579
'site_status_persistent_object_cache_url',
25802580
/* translators: Localized Support reference. */
2581-
__( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#persistent-object-cache' )
2581+
__( 'https://developer.wordpress.org/advanced-administration/performance/optimization/#object-caching' )
25822582
);
25832583

25842584
$result = array(

0 commit comments

Comments
 (0)