Fix "is_multixsite()" typo from [12735]
git-svn-id: https://develop.svn.wordpress.org/trunk@12814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
55030a165b
commit
568efea825
@ -407,7 +407,7 @@ case 'rp' :
|
||||
break;
|
||||
|
||||
case 'register' :
|
||||
if ( is_multixsite() ) {
|
||||
if ( is_multisite() ) {
|
||||
// WPMU doesn't use this
|
||||
wp_redirect( apply_filters( 'wp_signup_location', get_bloginfo('wpurl') . '/wp-signup.php' ) );
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user