[wp-trac] [WordPress Trac] #16011: Editing a Network Activated plugin deactivates it
WordPress Trac
wp-trac at lists.automattic.com
Wed Dec 29 14:35:15 UTC 2010
#16011: Editing a Network Activated plugin deactivates it
--------------------------+------------------
Reporter: Otto42 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Plugins | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------
Comment (by nacin):
is_plugin_active() checks for is_plugin_active_for_network().
Instead, I imagine the check should probably be based on
`!empty($_GET['networkwide'])`. If true, check
is_plugin_active_for_network. Otherwise, is_plugin_active.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16011#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list