Changeset 9638
- Timestamp:
- 03/24/2015 02:48:42 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-cssjs.php
r9606 r9638 107 107 108 108 } 109 add_action( 'bp_enqueue_scripts', 'bp_core_confirmation_js' );110 add_action( ' admin_enqueue_scripts', 'bp_core_confirmation_js' );109 add_action( 'bp_enqueue_scripts', 'bp_core_confirmation_js' ); 110 add_action( 'bp_admin_enqueue_scripts', 'bp_core_confirmation_js' ); 111 111 112 112 /** -
trunk/src/bp-xprofile/bp-xprofile-cssjs.php
r9351 r9638 28 28 } 29 29 } 30 add_action( ' admin_enqueue_scripts', 'xprofile_add_admin_css' );30 add_action( 'bp_admin_enqueue_scripts', 'xprofile_add_admin_css' ); 31 31 32 32 /** … … 65 65 } 66 66 } 67 add_action( ' admin_enqueue_scripts', 'xprofile_add_admin_js', 1 );67 add_action( 'bp_admin_enqueue_scripts', 'xprofile_add_admin_js', 1 );
Note: See TracChangeset
for help on using the changeset viewer.