mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Pinking shears.
git-svn-id: https://develop.svn.wordpress.org/trunk@15843 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2072,7 +2072,7 @@ function set_current_screen( $id = '' ) {
|
||||
|
||||
$current_screen->is_network = is_network_admin() ? true : false;
|
||||
$current_screen->is_user = is_user_admin() ? true : false;
|
||||
|
||||
|
||||
if ( $current_screen->is_network ) {
|
||||
$current_screen->base .= '-network';
|
||||
$current_screen->id .= '-network';
|
||||
|
||||
Reference in New Issue
Block a user