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:
Scott Taylor 2014-05-17 15:42:14 +00:00
parent bdd1ae2fc7
commit 4ce9706db1
1 changed files with 1 additions and 0 deletions

View File

@ -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'];