s/blog/site/. see #21742

git-svn-id: https://develop.svn.wordpress.org/trunk@21693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-08-31 20:45:28 +00:00
parent 44b205c027
commit ba5f7b35fd
1 changed files with 1 additions and 1 deletions

View File

@ -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;