Changeset 35361
- Timestamp:
- 10/22/2015 07:55:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r35241 r35361 504 504 ); 505 505 506 // Do not restrict by default 507 $restrict_network_active = false; 508 $restrict_network_only = false; 509 506 510 if ( 'mustuse' === $context ) { 507 511 $is_active = true; … … 526 530 if ( $screen->in_admin( 'network' ) ) { 527 531 $is_active = is_plugin_active_for_network( $plugin_file ); 528 $restrict_network_active = false;529 $restrict_network_only = false;530 532 } else { 531 533 $is_active = is_plugin_active( $plugin_file );
Note: See TracChangeset
for help on using the changeset viewer.