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