[wp-trac] [WordPress Trac] #16866: Multisite registration uses extra redirect

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 16 15:08:34 UTC 2011


#16866: Multisite registration uses extra redirect
-------------------------+-----------------------------
 Reporter:  spathon      |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  General      |    Version:  3.1
 Severity:  normal       |   Keywords:
-------------------------+-----------------------------
 When you are on a sub-blogg and choose register you are sent to wp-
 login.php?action=register and because it is a multisite it redirects to
 wp-signup.php. wp-signup.php then redirects to wp-signup.php on the main
 site.

 if
 {{{
 wp_redirect( apply_filters( 'wp_signup_location', site_url('wp-
 signup.php') ) ); // row 488 in wp-login.php
 }}}
 were set to network_home_url instead of site_url there would be one less
 redirects and risk for plugins to cause problems.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16866>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list