Restore `$soucrce` in `WP_Upgrader::install_package()`.
See #22400. Built from https://develop.svn.wordpress.org/trunk@28467 git-svn-id: http://core.svn.wordpress.org/trunk@28294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eea7052df8
commit
bdd1ae2fc7
|
@ -190,6 +190,7 @@ class WP_Upgrader {
|
|||
);
|
||||
|
||||
$args = wp_parse_args($args, $defaults);
|
||||
$source = $args['source'];
|
||||
$destination = $args['destination'];
|
||||
$clear_destination = $args['clear_destination'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue