[wp-trac] [WordPress Trac] #24496: Plugin_Upgrader::bulk_upgrade() and Theme_Upgrader::bulk_upgrade() sanity checks
WordPress Trac
noreply at wordpress.org
Tue Aug 6 16:27:37 UTC 2013
#24496: Plugin_Upgrader::bulk_upgrade() and Theme_Upgrader::bulk_upgrade() sanity
checks
---------------------------------+------------------
Reporter: jamescollins | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.7
Component: Upgrade/Install | Version: 2.9
Severity: normal | Resolution:
Keywords: has-patch 3.7-early |
---------------------------------+------------------
Comment (by ryan):
Can we return early like that or does footer() still need to be called? If
so, a possible alternative is:
{{{
$maintenance = ( is_multisite() && ! empty( $plugins ) )
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/24496#comment:6>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list