Changeset 36349 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 01/19/2016 05:06:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r36182 r36349 485 485 if ( is_wp_error($result) ) { 486 486 show_message($result); 487 if ( 'up_to_date' != $result->get_error_code() )487 if ( 'up_to_date' != $result->get_error_code() && 'locked' != $result->get_error_code() ) 488 488 show_message( __('Installation Failed') ); 489 489 echo '</div>';
Note: See TracChangeset
for help on using the changeset viewer.