From 938c5f2fc3aa9cc7b9b2ae571d60a85e842c7d94 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 20 Aug 2012 20:56:34 +0000 Subject: [PATCH] s/is_ms_switched/ms_is_switched/ see #21459 git-svn-id: https://develop.svn.wordpress.org/trunk@21561 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/ms-blogs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/ms-blogs.php b/wp-includes/ms-blogs.php index efc678b4fb..df86a0c58a 100644 --- a/wp-includes/ms-blogs.php +++ b/wp-includes/ms-blogs.php @@ -574,7 +574,7 @@ function restore_current_blog() { * * @return bool True if switched, false otherwise. */ -function is_ms_switched() { +function ms_is_switched() { return $GLOBALS['_wp_switched']; }