Changes from trunk/wp-admin/includes/update-core.php at r11356 to branches/2.8/wp-admin/includes/update-core.php at r11560
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/includes/update-core.php
r11356 r11560 230 230 if ( is_wp_error($result) ) { 231 231 $wp_filesystem->delete($maintenance_file); 232 $wp_filesystem->delete($ working_dir, true);232 $wp_filesystem->delete($from, true); 233 233 return $result; 234 234 }
Note: See TracChangeset
for help on using the changeset viewer.