Changeset 48287 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/03/2020 09:57:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r48172 r48287 275 275 // Don't show the maintenance mode notice when we are only showing a single re-install option. 276 276 if ( $updates && ( count( $updates ) > 1 || 'latest' !== $updates[0]->response ) ) { 277 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>';277 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>'; 278 278 } elseif ( ! $updates ) { 279 279 list( $normalized_version ) = explode( '-', $wp_version );
Note: See TracChangeset
for help on using the changeset viewer.