Changeset 2453 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 01/25/2010 04:41:21 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-signup.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r2452 r2453 271 271 272 272 if ( locate_template( array( 'registration/register.php' ), false ) || locate_template( array( 'register.php' ), false ) ) 273 wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG );273 wp_redirect( bp_get_root_domain() . '/' . BP_REGISTER_SLUG . '/' ); 274 274 } 275 275 if ( bp_core_is_multisite() )
Note: See TracChangeset
for help on using the changeset viewer.