[wp-trac] [WordPress Trac] #23443: Change in behaviour of 'wp_signup_location' filter since WordPress 3.5
WordPress Trac
noreply at wordpress.org
Mon Feb 18 23:44:19 UTC 2013
#23443: Change in behaviour of 'wp_signup_location' filter since WordPress 3.5
-------------------------------+-------------------------
Reporter: Cimmo | Owner:
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: Multisite | Version: 3.5.1
Severity: normal | Resolution: worksforme
Keywords: reporter-feedback |
-------------------------------+-------------------------
Comment (by Cimmo):
wp-signup.php line 25:
{{{
if ( !is_main_site() ) {
wp_redirect( network_site_url( 'wp-signup.php' ) );
die();
}
}}}
In WP 2.4.x that IF with blog_id=2 in the URL for example returns always
false.
In WP 2.5.x that if with blog_id=2 in the URL for example returns true.
This is what I am talking about.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/23443#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list