Changeset 21104
- Timestamp:
- 06/25/2012 07:32:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/plugin.php
r20555 r21104 522 522 $network_wide = true; 523 523 $current = get_site_option( 'active_sitewide_plugins', array() ); 524 $_GET['networkwide'] = 1; // Back compat for plugins looking for this value. 524 525 } else { 525 526 $current = get_option( 'active_plugins', array() );
Note: See TracChangeset
for help on using the changeset viewer.