mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Add inline comment after fix in [28467].
Props jesin. Fixes #28292. Built from https://develop.svn.wordpress.org/trunk@28468 git-svn-id: http://core.svn.wordpress.org/trunk@28295 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bdd1ae2fc7
commit
4ce9706db1
@ -190,6 +190,7 @@ class WP_Upgrader {
|
||||
);
|
||||
|
||||
$args = wp_parse_args($args, $defaults);
|
||||
// these were previously extract()'d
|
||||
$source = $args['source'];
|
||||
$destination = $args['destination'];
|
||||
$clear_destination = $args['clear_destination'];
|
||||
|
Loading…
Reference in New Issue
Block a user