From 37a631387c9c22326bee94e0675534e0aa5730f3 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: http://core.svn.wordpress.org/trunk@21693 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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;