mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Automatic Updates: Remove some debug from [25649] See #22704
Built from https://develop.svn.wordpress.org/trunk@25651 git-svn-id: http://core.svn.wordpress.org/trunk@25568 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
30b921d10e
commit
55822259df
@ -1296,7 +1296,7 @@ class Core_Upgrader extends WP_Upgrader {
|
||||
if ( ! function_exists( 'update_core' ) )
|
||||
return new WP_Error( 'copy_failed_space', $this->strings['copy_failed_space'] );
|
||||
|
||||
$result = update_core( $working_dir, $wp_dir, $parsed_args['do_rollback'] );
|
||||
$result = update_core( $working_dir, $wp_dir );
|
||||
|
||||
// In the event of an error, rollback to the previous version
|
||||
if ( is_wp_error( $result ) && $parsed_args['attempt_rollback'] && $current->packages->rollback ) {
|
||||
|
Loading…
Reference in New Issue
Block a user