Changeset 48589 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/23/2020 09:06:26 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r48568 r48589 647 647 show_message( $result ); 648 648 if ( 'up_to_date' != $result->get_error_code() && 'locked' != $result->get_error_code() ) { 649 show_message( __( 'Installation failed ' ) );649 show_message( __( 'Installation failed.' ) ); 650 650 } 651 651 echo '</div>'; … … 653 653 } 654 654 655 show_message( __( 'WordPress updated successfully ' ) );655 show_message( __( 'WordPress updated successfully.' ) ); 656 656 show_message( 657 657 '<span class="hide-if-no-js">' . sprintf(
Note: See TracChangeset
for help on using the changeset viewer.