Ticket #2289: signup.diff
File signup.diff, 591 bytes (added by , 14 years ago) |
---|
-
bp-core/bp-core-signup.php
554 554 return false; 555 555 556 556 if ( locate_template( array( 'registration/register.php' ), false ) || locate_template( array( 'register.php' ), false ) ) 557 wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG . '/' );557 bp_core_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG . '/' ); 558 558 } 559 559 if ( bp_core_is_multisite() ) 560 560 add_action( 'wp', 'bp_core_wpsignup_redirect' );