Changeset 54654
- Timestamp:
- 10/20/2022 02:28:25 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r53840 r54654 891 891 if ( is_wp_error( $result ) ) { 892 892 show_message( $result ); 893 if ( 'up_to_date' != $result->get_error_code() && 'locked' != $result->get_error_code() ) {893 if ( 'up_to_date' !== $result->get_error_code() && 'locked' !== $result->get_error_code() ) { 894 894 show_message( __( 'Installation failed.' ) ); 895 895 }
Note: See TracChangeset
for help on using the changeset viewer.