Skip to:
Content

BuddyPress.org

Changeset 6717


Ignore:
Timestamp:
01/09/2013 06:10:20 PM (10 years ago)
Author:
djpaul
Message:

Always enqueue jcrop when we're croppin' avatars. See #4713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6/bp-core/bp-core-cssjs.php

    r6572 r6717  
    2929 */
    3030function bp_core_add_jquery_cropper() {
     31    wp_enqueue_style( 'jcrop' );
    3132    wp_enqueue_script( 'jcrop', array( 'jquery' ) );
    3233    add_action( 'wp_head', 'bp_core_add_cropper_inline_js' );
Note: See TracChangeset for help on using the changeset viewer.