Changeset 6717
- Timestamp:
- 01/09/2013 06:10:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.6/bp-core/bp-core-cssjs.php
r6572 r6717 29 29 */ 30 30 function bp_core_add_jquery_cropper() { 31 wp_enqueue_style( 'jcrop' ); 31 32 wp_enqueue_script( 'jcrop', array( 'jquery' ) ); 32 33 add_action( 'wp_head', 'bp_core_add_cropper_inline_js' );
Note: See TracChangeset
for help on using the changeset viewer.