Changeset 7381
- Timestamp:
- 09/17/2013 12:58:46 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8/bp-core/bp-core-actions.php
r6958 r7381 80 80 * BuddyPress is a bully and overrides the existing themes output in many 81 81 * places. This won't always be this way, we promise. 82 * v---Load order82 * v---Load order 83 83 */ 84 add_action( 'bp_template_redirect', 'bp_actions', 4 ); 85 add_action( 'bp_template_redirect', 'bp_screens', 6 ); 84 add_action( 'bp_template_redirect', 'bp_redirect_canonical', 2 ); 85 add_action( 'bp_template_redirect', 'bp_actions', 4 ); 86 add_action( 'bp_template_redirect', 'bp_screens', 6 ); 86 87 87 88 /**
Note: See TracChangeset
for help on using the changeset viewer.