Fix "is_multixsite()" typo from [12735]

git-svn-id: http://svn.automattic.com/wordpress/trunk@12814 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-01-23 22:50:37 +00:00
parent bcf5e12b82
commit dcc35f621e

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;