Changeset 53132 for trunk/src/wp-admin/includes/class-core-upgrader.php
- Timestamp:
- 04/11/2022 11:48:58 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-core-upgrader.php
r53131 r53132 158 158 $wp_filesystem->delete( $working_dir, true ); 159 159 WP_Upgrader::release_lock( 'core_updater' ); 160 return new WP_Error( 'copy_failed_for_update_core_file', __( 'The update can 160 return new WP_Error( 'copy_failed_for_update_core_file', __( 'The update cannot be installed because some files could not be copied. This is usually due to inconsistent file permissions.' ), 'wp-admin/includes/update-core.php' ); 161 161 } 162 162 $wp_filesystem->chmod( $wp_dir . 'wp-admin/includes/update-core.php', FS_CHMOD_FILE );
Note: See TracChangeset
for help on using the changeset viewer.