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

props bamadesigner.
fixes #25882 for trunk.
Built from https://develop.svn.wordpress.org/trunk@26049


git-svn-id: http://core.svn.wordpress.org/trunk@25974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-11-08 17:04:09 +00:00
parent 0f8be808ff
commit e15b51efa3

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,
) );