Make WordPress Core

Changeset 54042


Ignore:
Timestamp:
08/31/2022 10:17:51 PM (4 years ago)
Author:
flixos90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r53955 r54042  
    22842284                        'site_status_persistent_object_cache_url',
    22852285                        /* translators: Localized Support reference. */
    2286                         __( 'https://wordpress.org/support/article/optimization/#object-caching' )
     2286                        __( 'https://wordpress.org/support/article/optimization/#persistent-object-cache' )
    22872287                );
    22882288
Note: See TracChangeset for help on using the changeset viewer.