Ticket #29087: 29087.diff
File 29087.diff, 742 bytes (added by , 10 years ago) |
---|
-
src/wp-admin/includes/class-wp-upgrader.php
331 331 $destination_name = ''; 332 332 } 333 333 334 $this->result = compact( 'local_source', 'source', 'source_name', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination', 'delete_source_dir');334 $this->result = compact( 'source', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination' ); 335 335 336 336 /** 337 337 * Filter the install response after the installation has finished.