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

fixes #29234.

git-svn-id: https://develop.svn.wordpress.org/trunk@29622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-26 09:23:10 +00:00
parent 3a061c9743
commit 5109e1cacb
1 changed files with 1 additions and 0 deletions

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