s/is_ms_switched/ms_is_switched/ see #21459
git-svn-id: https://develop.svn.wordpress.org/trunk@21561 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
54619803b0
commit
938c5f2fc3
@ -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
Block a user