[wp-trac] [WordPress Trac] #26487: Bulk Actions Not Working for Some Plugins
WordPress Trac
noreply at wordpress.org
Mon Dec 9 04:39:42 UTC 2013
#26487: Bulk Actions Not Working for Some Plugins
------------------------------+-----------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Plugins | Version: 3.4.2
Severity: minor | Resolution:
Keywords: has-patch commit |
------------------------------+-----------------------------
Changes (by dd32):
* keywords: reporter-feedback => has-patch commit
* version: 3.7.1 => 3.4.2
* milestone: Awaiting Review => Future Release
Comment:
This is caused by a Multisite-specific usecase applying to non-multisite.
At present the Bulk plugin activation process only activates plugins which
are:
1. Not activated already
2. Not a Network-wide-only plugin
What it should actually do:
1. Not activated already
2. If Multisite, Not a Network-wide-only plugin (The code branch affected
only runs in non-network-admin)
Single plugin activation follows a similar branch to the expected:
1. If activated, stop
2. If Multisite, and we're not in the network admin, and it's a network-
wide-only plugin, stop.
Patch attached.
Introduced with #21187 [21740]
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26487#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list