Changeset 15870
- Timestamp:
- 10/20/2010 04:09:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15843 r15870 3307 3307 } elseif ( is_multisite() && is_network_only_plugin( $plugin_file ) && !current_user_can( 'manage_network_plugins' ) ) { 3308 3308 $plugins['network'][ $plugin_file ] = $plugin_data; 3309 } elseif ( is_plugin_active( $plugin_file ) ) { 3309 } elseif ( ( !is_network_admin() && is_plugin_active( $plugin_file ) ) 3310 || ( is_network_admin() && is_plugin_active_for_network( $plugin_file ) ) ) { 3310 3311 $plugins['active'][ $plugin_file ] = $plugin_data; 3311 3312 } else {
Note: See TracChangeset
for help on using the changeset viewer.