Changeset 10153 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 09/29/2015 10:12:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r10039 r10153 94 94 95 95 /** 96 * Add the BuddyPress functions file .96 * Add the BuddyPress functions file and the Theme Compat Default features. 97 97 */ 98 add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 ); 98 add_action( 'bp_after_setup_theme', 'bp_load_theme_functions', 1 ); 99 add_action( 'bp_after_setup_theme', 'bp_register_theme_compat_default_features', 10 ); 99 100 100 101 // Load the admin.
Note: See TracChangeset
for help on using the changeset viewer.