Changeset 15376
- Timestamp:
- 07/07/2010 08:35:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r15268 r15376 516 516 */ 517 517 function deactivate_plugins( $plugins, $silent = false ) { 518 $network_current = get_site_option( 'active_sitewide_plugins', array() ); 518 if ( is_multisite() ) 519 $network_current = get_site_option( 'active_sitewide_plugins', array() ); 519 520 $current = get_option( 'active_plugins', array() ); 520 521 $do_blog = $do_network = false;
Note: See TracChangeset
for help on using the changeset viewer.