Ticket #10140: update-core.diff
File update-core.diff, 481 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/update-core.php
229 229 $result = copy_dir($from . '/wordpress', $to); 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 } 235 235