Changeset 3742 for trunk/bp-core/bp-core-signup.php
- Timestamp:
- 01/19/2011 08:31:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r3734 r3742 623 623 add_action( 'wp', 'bp_core_wpsignup_redirect' ); 624 624 else 625 add_action( ' init', 'bp_core_wpsignup_redirect' );625 add_action( 'bp_init', 'bp_core_wpsignup_redirect' ); 626 626 627 627 ?>
Note: See TracChangeset
for help on using the changeset viewer.