[wp-trac] [WordPress Trac] #13211: MultiSite and wp-signup.php redirect from sub sites.
WordPress Trac
wp-trac at lists.automattic.com
Sun May 2 14:33:41 UTC 2010
#13211: MultiSite and wp-signup.php redirect from sub sites.
--------------------------+-------------------------------------------------
Reporter: Frumph | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
wp-signup.php line 30-33
{{{
if ( !is_main_site() ) {
wp_redirect( "http://" . $current_site->domain .
$current_site->path . "wp-signup.php" );
die();
}
}}}
Should the above code be redirecting to the same site and not the main
blog site?
Currently on subsites if using the donncha domain mapper or the one from
ron wpmugur its redirectiong to $current and should be redirectiong to
main, because sub sites do not allow registering on.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/13211>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list