Changeset 11015 for trunk/wp-includes/script-loader.php
- Timestamp:
- 04/20/2009 07:34:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r11013 r11015 168 168 $scripts->add_data( 'thickbox', 'group', 1 ); 169 169 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'); 171 171 172 172 if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) { … … 443 443 $styles->add( 'theme-install', '/wp-admin/css/theme-install.css', array(), '20090319' ); 444 444 $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' ); 446 446 447 447 foreach ( $rtl_styles as $rtl_style )
Note: See TracChangeset
for help on using the changeset viewer.