Make WordPress Core

Ticket #29087: 29087.diff

File 29087.diff, 742 bytes (added by jdgrimes, 10 years ago)
  • src/wp-admin/includes/class-wp-upgrader.php

     
    331331                        $destination_name = '';
    332332                }
    333333
    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' );
    335335
    336336                /**
    337337                 * Filter the install response after the installation has finished.