Changeset 48568 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/22/2020 09:57:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r48447 r48568 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>';
Note: See TracChangeset
for help on using the changeset viewer.