Changeset 13306 for trunk/src/bp-core/bp-core-cssjs.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-cssjs.php
r13002 r13306 186 186 187 187 } 188 add_action( 'bp_enqueue_ scripts','bp_core_confirmation_js' );188 add_action( 'bp_enqueue_community_scripts', 'bp_core_confirmation_js' ); 189 189 add_action( 'bp_admin_enqueue_scripts', 'bp_core_confirmation_js' ); 190 190 … … 207 207 add_action( 'bp_after_group_avatar_creation_step', 'bp_avatar_template_check' ); 208 208 } 209 add_action( 'bp_enqueue_ scripts', 'bp_core_avatar_scripts' );209 add_action( 'bp_enqueue_community_scripts', 'bp_core_avatar_scripts' ); 210 210 211 211 /** … … 222 222 bp_attachments_enqueue_scripts( 'BP_Attachment_Cover_Image' ); 223 223 } 224 add_action( 'bp_enqueue_ scripts', 'bp_core_cover_image_scripts' );224 add_action( 'bp_enqueue_community_scripts', 'bp_core_cover_image_scripts' ); 225 225 226 226 /** … … 523 523 } 524 524 } 525 add_action( 'bp_enqueue_ scripts', 'bp_add_cover_image_inline_css', 11 );525 add_action( 'bp_enqueue_community_scripts', 'bp_add_cover_image_inline_css', 11 ); 526 526 527 527 /** … … 537 537 bp_core_enqueue_livestamp(); 538 538 } 539 add_action( 'bp_enqueue_ scripts', 'bp_core_add_livestamp' );539 add_action( 'bp_enqueue_community_scripts', 'bp_core_add_livestamp' ); 540 540 541 541 /**
Note: See TracChangeset
for help on using the changeset viewer.