Changeset 13306 for trunk/src/bp-core/bp-core-actions.php
- Timestamp:
- 07/26/2022 02:59:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-actions.php
r12728 r13306 120 120 add_action( 'bp_after_setup_theme', 'bp_register_theme_compat_default_features', 10 ); 121 121 122 // Adds a new hook to be sure to enqueue scripts when `is_buddypress()` is true. 123 add_action( 'bp_enqueue_scripts', 'bp_enqueue_community_scripts' ); 124 122 125 // Load the admin. 123 126 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.