Add inline comment after fix in [28467].

Props jesin.
Fixes #28292.



git-svn-id: https://develop.svn.wordpress.org/trunk@28468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-05-17 15:41:40 +00:00
parent 14a7b47119
commit 40e6ec443f
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'];