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:
Mark Jaquith 2010-01-23 22:50:37 +00:00
parent 55030a165b
commit 568efea825
1 changed files with 1 additions and 1 deletions

View File

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