Changeset 1655 for trunk/bp-core/bp-core-cssjs.php
- Timestamp:
- 08/13/2009 01:24:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/bp-core-cssjs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-cssjs.php
r1636 r1655 1 1 <?php 2 3 2 4 /** 3 5 * bp_core_add_admin_css() … … 43 45 */ 44 46 function bp_core_add_jquery_cropper() { 45 wp_enqueue_script( 'jcrop' );47 wp_enqueue_script( 'jcrop', array( 'jquery' ) ); 46 48 add_action( 'wp_head', 'bp_core_add_cropper_inline_js' ); 47 49 add_action( 'wp_head', 'bp_core_add_cropper_inline_css' );
Note: See TracChangeset
for help on using the changeset viewer.