Make WordPress Core

Changeset 52385


Ignore:
Timestamp:
12/18/2021 09:00:26 PM (3 years ago)
Author:
audrasjb
Message:

Site Health: Typo correction in Site Health help tab.

Follow-up to [52053].

Props pedromendonca.
Fixes #54656.

File:
1 edited

Legend:

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

    r52332 r52385  
    8282                '<p>' . __( 'This screen allows you to obtain a health diagnosis of your site, and displays an overall rating of the status of your installation.' ) . '</p>' .
    8383                '<p>' . __( 'In the Status tab, you can see critical information about your WordPress configuration, along with anything else that requires your attention.' ) . '</p>' .
    84                 '<p>' . __( 'In the Info tab, you will find all the details about the configuration of your WordPress site, server, and database. There is also an export feature that allows you to copy all of the information about your site to the clipboard, help solve problems on your site when obtaining support.' ) . '</p>',
     84                '<p>' . __( 'In the Info tab, you will find all the details about the configuration of your WordPress site, server, and database. There is also an export feature that allows you to copy all of the information about your site to the clipboard, to help solve problems on your site when obtaining support.' ) . '</p>',
    8585    )
    8686);
Note: See TracChangeset for help on using the changeset viewer.