Make WordPress Core


Ignore:
Timestamp:
04/19/2012 06:39:24 AM (13 years ago)
Author:
nacin
Message:

Add missing variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3/wp-admin/plugins.php

    r20526 r20529  
    155155
    156156            check_admin_referer('deactivate-plugin_' . $plugin);
    157             if ( ! is_network_admin() && is_plugin_active_for_network() ) {
     157            if ( ! is_network_admin() && is_plugin_active_for_network( $plugin ) ) {
    158158                wp_redirect( self_admin_url("plugins.php?plugin_status=$status&paged=$page&s=$s") );
    159159                exit;
Note: See TracChangeset for help on using the changeset viewer.