Changeset 13296 for trunk/src/bp-friends/bp-friends-blocks.php
- Timestamp:
- 07/06/2022 10:46:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-blocks.php
r13204 r13296 234 234 235 235 // Only enqueue common/specific scripts and data once per page load. 236 if ( ! has_action( 'wp_footer', 'bp_friends_blocks_add_script_data' , 1) ) {236 if ( ! has_action( 'wp_footer', 'bp_friends_blocks_add_script_data' ) ) { 237 237 wp_set_script_translations( 'bp-friends-script', 'buddypress' ); 238 238 wp_enqueue_script( 'bp-friends-script' );
Note: See TracChangeset
for help on using the changeset viewer.