Make WordPress Core


Ignore:
Timestamp:
04/20/2009 07:34:27 PM (17 years ago)
Author:
ryan
Message:

Update Jcrop to 0.9.8. Props nbachiyski. fixes #9545

File:
1 edited

Legend:

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

    r11013 r11015  
    168168    $scripts->add_data( 'thickbox', 'group', 1 );
    169169
    170     $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.5-1');
     170    $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.8');
    171171
    172172    if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) {
     
    443443    $styles->add( 'theme-install', '/wp-admin/css/theme-install.css', array(), '20090319' );
    444444    $styles->add( 'farbtastic', '/wp-admin/css/farbtastic.css', array(), '1.2' );
    445     $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.5' );
     445    $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
    446446
    447447    foreach ( $rtl_styles as $rtl_style )
Note: See TracChangeset for help on using the changeset viewer.