Pass correct 'type' parameter to 'upgrader_process_complete' action in Theme_Upgrader.

props bamadesigner.
fixes #25882 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@26049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2013-11-08 17:03:19 +00:00
parent 15173413e5
commit c815622e87

View File

@ -978,7 +978,7 @@ class Theme_Upgrader extends WP_Upgrader {
do_action( 'upgrader_process_complete', $this, array(
'action' => 'update',
'type' => 'plugin',
'type' => 'theme',
'bulk' => true,
'themes' => $themes,
) );