Make WordPress Core

Changeset 29622


Ignore:
Timestamp:
08/26/2014 09:23:10 AM (11 years ago)
Author:
ocean90
Message:

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

fixes #29234.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r29621 r29622  
    10461046                'clear_destination' => true,
    10471047                'clear_working' => true,
     1048                'is_multi' => true,
    10481049                'hook_extra' => array(
    10491050                    'theme' => $theme
Note: See TracChangeset for help on using the changeset viewer.