Changeset 7371 for trunk/bp-core/bp-core-actions.php
- Timestamp:
- 09/03/2013 07:44:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-actions.php
r7367 r7371 34 34 add_action( 'plugins_loaded', 'bp_loaded', 10 ); 35 35 add_action( 'init', 'bp_init', 10 ); 36 add_action( 'parse_query', 'bp_parse_query', 2 ); // Early for overrides 36 37 add_action( 'wp', 'bp_ready', 10 ); 37 38 add_action( 'set_current_user', 'bp_setup_current_user', 10 );
Note: See TracChangeset
for help on using the changeset viewer.