Theme Upgrader: Set is_multi to true when doing bulk upgrades.

fixes #29234.
Built from https://develop.svn.wordpress.org/trunk@29622


git-svn-id: http://core.svn.wordpress.org/trunk@29396 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-08-26 09:24:17 +00:00
parent 5a67538b40
commit 9972b54e62

View File

@ -1045,6 +1045,7 @@ class Theme_Upgrader extends WP_Upgrader {
'destination' => get_theme_root( $theme ),
'clear_destination' => true,
'clear_working' => true,
'is_multi' => true,
'hook_extra' => array(
'theme' => $theme
),