- Timestamp:
- 07/14/2021 01:50:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-core-members-widget.php
r12976 r12997 38 38 ) ); 39 39 40 if ( is_customize_preview() || is_active_widget( false, false, $this->id_base ) ) {40 if ( is_customize_preview() || bp_is_widget_block_active( '', $this->id_base ) ) { 41 41 add_action( 'bp_enqueue_scripts', array( $this, 'enqueue_scripts' ) ); 42 42 }
Note: See TracChangeset
for help on using the changeset viewer.