- Timestamp:
- 12/16/2023 10:48:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/12.0/src/bp-templates/bp-nouveau/buddypress-functions.php
r13652 r13673 221 221 remove_action( 'bp_enqueue_community_scripts', 'bp_core_confirmation_js' ); 222 222 223 // Body no-js class. 224 add_filter( 'body_class', array( $this, 'add_nojs_body_class' ), 20, 1 ); 223 /** This filter is documented in bp-core/bp-core-dependency.php */ 224 if ( is_buddypress() || ! apply_filters( 'bp_enqueue_assets_in_bp_pages_only', true ) ) { 225 // Body no-js class. 226 add_filter( 'body_class', array( $this, 'add_nojs_body_class' ), 20, 1 ); 227 } 225 228 226 229 // Ajax querystring.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)