Changeset 11005 for trunk/wp-admin/includes/update-core.php
- Timestamp:
- 04/19/2009 07:36:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r10551 r11005 230 230 if ( is_wp_error($result) ) { 231 231 $wp_filesystem->delete($maintenance_file); 232 //$wp_filesystem->delete($working_dir, true); //TODO: Uncomment? This DOES mean that the new files are available in the upgrade folder if it fails.232 $wp_filesystem->delete($working_dir, true); 233 233 return $result; 234 234 }
Note: See TracChangeset
for help on using the changeset viewer.