Changeset 10413 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 12/18/2015 10:02:56 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r10356 r10413 66 66 */ 67 67 add_action( 'bp_init', 'bp_core_set_uri_globals', 2 ); 68 add_action( 'bp_init', 'bp_register_post_types', 3 ); 68 69 add_action( 'bp_init', 'bp_register_taxonomies', 3 ); 69 70 add_action( 'bp_init', 'bp_setup_globals', 4 );
Note: See TracChangeset
for help on using the changeset viewer.