Site Health: Use a consistent heading and description when referring to Info and Status pages.

Props chetan200891, afercia.
Fixes #46728.
Built from https://develop.svn.wordpress.org/trunk@45120


git-svn-id: http://core.svn.wordpress.org/trunk@44929 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-04-06 15:42:52 +00:00
parent 4d3fb9b22b
commit d36c01909a
2 changed files with 3 additions and 3 deletions

View File

@ -74,11 +74,11 @@ require_once( ABSPATH . 'wp-admin/admin-header.php' );
?>
<h2>
<?php _e( 'Site Info' ); ?>
<?php _e( 'Site Health Info' ); ?>
</h2>
<p>
<?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.' ); ?>
<?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.' ); ?>
</p>
<p>
<?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.' ); ?>

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta1-45119';
$wp_version = '5.2-beta1-45120';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.