Changeset 20555
- Timestamp:
- 04/21/2012 12:45:53 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r20525 r20555 594 594 595 595 if ( false !== $network_wide ) { 596 if ( ! is_plugin_active_for_network( $plugin ) ) 596 if ( is_plugin_active_for_network( $plugin ) ) { 597 $do_network = true; 598 unset( $network_current[ $plugin ] ); 599 } elseif ( $network_wide ) { 597 600 continue; 598 $do_network = true; 599 unset( $network_current[ $plugin ] ); 601 } 600 602 } 601 603
Note: See TracChangeset
for help on using the changeset viewer.