Changeset 4826
- Timestamp:
- 03/27/2013 07:04:13 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/actions.php
r4808 r4826 49 49 add_action( 'setup_theme', 'bbp_setup_theme', 10 ); 50 50 add_action( 'after_setup_theme', 'bbp_after_setup_theme', 10 ); 51 add_action( 'template_redirect', 'bbp_template_redirect', 10 );51 add_action( 'template_redirect', 'bbp_template_redirect', 8 ); // Before BuddyPress's 10 [BB2225] 52 52 add_action( 'login_form_login', 'bbp_login_form_login', 10 ); 53 53 add_action( 'profile_update', 'bbp_profile_update', 10, 2 ); // user_id and old_user_data
Note: See TracChangeset
for help on using the changeset viewer.