Changeset 28215 for trunk/src/wp-login.php
- Timestamp:
- 04/25/2014 07:11:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r28208 r28215 644 644 case 'register' : 645 645 if ( is_multisite() ) { 646 $sign_up_url = network_site_url( 'wp-signup.php' );647 646 /** 648 647 * Filter the Multisite sign up URL. … … 652 651 * @param string $sign_up_url The sign up URL. 653 652 */ 654 wp_redirect( apply_filters( 'wp_signup_location', $sign_up_url) );653 wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) ); 655 654 exit; 656 655 }
Note: See TracChangeset
for help on using the changeset viewer.