Changeset 25651
- Timestamp:
- 09/30/2013 12:29:19 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/class-wp-upgrader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r25650 r25651 1297 1297 return new WP_Error( 'copy_failed_space', $this->strings['copy_failed_space'] ); 1298 1298 1299 $result = update_core( $working_dir, $wp_dir , $parsed_args['do_rollback']);1299 $result = update_core( $working_dir, $wp_dir ); 1300 1300 1301 1301 // In the event of an error, rollback to the previous version
Note: See TracChangeset
for help on using the changeset viewer.