Make WordPress Core

Changeset 47415


Ignore:
Timestamp:
03/03/2020 12:20:35 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Fix typo in Site Health Status dashboard widget.

Follow-up to [47063], [47413].

Props Clorith, dlh.
See #49562.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/dashboard.php

    r47413 r47415  
    18191819            printf(
    18201820                /* translators: %s: URL to Site Health screen. */
    1821                 __( 'Site health checks will automatically run periodically to gather information about your site. You can also <a href="%s">visit the Site Health screen</a> to gather information on about your site now.' ),
     1821                __( 'Site health checks will automatically run periodically to gather information about your site. You can also <a href="%s">visit the Site Health screen</a> to gather information about your site now.' ),
    18221822                esc_url( admin_url( 'site-health.php' ) )
    18231823            );
Note: See TracChangeset for help on using the changeset viewer.