Make WordPress Core


Ignore:
Timestamp:
08/27/2012 11:37:03 PM (12 years ago)
Author:
nacin
Message:

Update Jcrop to 0.9.10. Includes touch support. fixes #20728.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r21632 r21633  
    182182    ) );
    183183
    184     $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.8-20110113');
     184    $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.10');
    185185
    186186    $scripts->add( 'swfobject', "/wp-includes/js/swfobject.js", array(), '2.2-20120417');
     
    483483    $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css' );
    484484    $styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.3u1' );
    485     $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
     485    $styles->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.css", array(), '0.9.10' );
    486486    $styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.8' );
    487487    $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css" );
Note: See TracChangeset for help on using the changeset viewer.