mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Text Changes: Remove use of "normal" in user-facing output.
This clarifies some messages referring to Site Health checks and maintenance mode, and makes them more accurate. Props dartiss. Fixes #50549. git-svn-id: https://develop.svn.wordpress.org/trunk@48287 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -274,7 +274,7 @@ function core_upgrade_preamble() {
|
||||
echo '</ul>';
|
||||
// Don't show the maintenance mode notice when we are only showing a single re-install option.
|
||||
if ( $updates && ( count( $updates ) > 1 || 'latest' !== $updates[0]->response ) ) {
|
||||
echo '<p>' . __( 'While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, your site will return to normal.' ) . '</p>';
|
||||
echo '<p>' . __( 'While your site is being updated, it will be in maintenance mode. As soon as your updates are complete, this mode will be deactivated.' ) . '</p>';
|
||||
} elseif ( ! $updates ) {
|
||||
list( $normalized_version ) = explode( '-', $wp_version );
|
||||
echo '<p>' . sprintf(
|
||||
|
||||
Reference in New Issue
Block a user