Make WordPress Core

Ticket #46728: 46728.diff

File 46728.diff, 1.0 KB (added by chetan200891, 6 years ago)

Created patch.

  • src/wp-admin/site-health-info.php

    diff --git a/src/wp-admin/site-health-info.php b/src/wp-admin/site-health-info.php
    index a3a44f130d..8ef1c28f17 100644
    a b require_once( ABSPATH . 'wp-admin/admin-header.php' ); 
    7575                </h2>
    7676
    7777                <p>
    78                         <?php _e( 'This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Status page.' ); ?>
     78                        <?php _e( 'This page can show you every detail about the configuration of your WordPress website. If we see anything here that could be improved, we will let you know on the Site Health Status page.' ); ?>
    7979                </p>
    8080                <p>
    8181                        <?php _e( 'If you want to export a handy list of all the information on this page, you can use the button below to copy it to the clipboard. You can then paste it in a text file and save it to your harddrive, or paste it in an email exchange with a support engineer or theme/plugin developer for example.' ); ?>