Make WordPress Core

Ticket #46728: 46728.2.diff

File 46728.2.diff, 1.1 KB (added by chetan200891, 6 years ago)

Updated 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 abe178f366..5b57addb98 100644
    a b require_once( ABSPATH . 'wp-admin/admin-header.php' ); 
    7474        ?>
    7575
    7676        <h2>
    77                 <?php _e( 'Site Info' ); ?>
     77                <?php _e( 'Site Health Info' ); ?>
    7878        </h2>
    7979
    8080        <p>
    81                 <?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.' ); ?>
     81                <?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.' ); ?>
    8282        </p>
    8383        <p>
    8484                <?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.' ); ?>