WP_Upgrader: Remove references to non-existant variables that have never existed.

Props jdgrimes. Fixes  #29087


git-svn-id: https://develop.svn.wordpress.org/trunk@31327 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2015-02-03 06:17:05 +00:00
parent 5f13a0e3e5
commit 4ed2d89ced

View File

@ -469,7 +469,7 @@ class WP_Upgrader {
$destination_name = ''; $destination_name = '';
} }
$this->result = compact('local_source', 'source', 'source_name', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination', 'delete_source_dir'); $this->result = compact( 'source', 'source_files', 'destination', 'destination_name', 'local_destination', 'remote_destination', 'clear_destination' );
/** /**
* Filter the install response after the installation has finished. * Filter the install response after the installation has finished.