s/is_ms_switched/ms_is_switched/ see #21459
git-svn-id: http://core.svn.wordpress.org/trunk@21561 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
21782ca444
commit
9cf4306b6d
|
@ -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'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue