Add missing variable.
git-svn-id: https://develop.svn.wordpress.org/trunk@20528 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9d5ecc02ae
commit
3ac1beb836
@ -151,7 +151,7 @@ if ( $action ) {
|
||||
|
||||
check_admin_referer('deactivate-plugin_' . $plugin);
|
||||
|
||||
if ( ! is_network_admin() && is_plugin_active_for_network() ) {
|
||||
if ( ! is_network_admin() && is_plugin_active_for_network( $plugin ) ) {
|
||||
wp_redirect( self_admin_url("plugins.php?plugin_status=$status&paged=$page&s=$s") );
|
||||
exit;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user