Restore `$soucrce` in `WP_Upgrader::install_package()`.

See #22400.


git-svn-id: https://develop.svn.wordpress.org/trunk@28467 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-05-17 15:39:33 +00:00
parent ff8ae69fce
commit 14a7b47119
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ class WP_Upgrader {
);
$args = wp_parse_args($args, $defaults);
$source = $args['source'];
$destination = $args['destination'];
$clear_destination = $args['clear_destination'];