From ba5f7b35fd95531a4f7f7d5ea97b3a9824b76111 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 31 Aug 2012 20:45:28 +0000 Subject: [PATCH] s/blog/site/. see #21742 git-svn-id: https://develop.svn.wordpress.org/trunk@21693 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/load.php b/wp-includes/load.php index 7430c48f58..488f420dd4 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -603,7 +603,7 @@ function is_admin() { */ function is_blog_admin() { if ( isset( $GLOBALS['current_screen'] ) ) - return $GLOBALS['current_screen']->in_admin( 'blog' ); + return $GLOBALS['current_screen']->in_admin( 'site' ); elseif ( defined( 'WP_BLOG_ADMIN' ) ) return WP_BLOG_ADMIN;