Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/plugin.php

    r21130 r20555  
    522522        $network_wide = true;
    523523        $current = get_site_option( 'active_sitewide_plugins', array() );
    524         $_GET['networkwide'] = 1; // Back compat for plugins looking for this value.
    525524    } else {
    526525        $current = get_option( 'active_plugins', array() );
Note: See TracChangeset for help on using the changeset viewer.