Changeset 11936 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 04/02/2018 10:13:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r11884 r11936 114 114 * Add the BuddyPress functions file and the Theme Compat Default features. 115 115 */ 116 add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 ); 117 add_action( 'bp_after_setup_theme', 'bp_register_theme_compat_default_features', 10 ); 116 add_action( 'bp_after_setup_theme', 'bp_check_theme_template_pack_dependency', -10 ); 117 add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 ); 118 add_action( 'bp_after_setup_theme', 'bp_register_theme_compat_default_features', 10 ); 118 119 119 120 // Load the admin.
Note: See TracChangeset
for help on using the changeset viewer.