Make WordPress Core


Ignore:
Timestamp:
04/03/2009 06:18:47 PM (16 years ago)
Author:
ryan
Message:

Make jCrop compatible with noConflict. Props nbachiyski. fixes #9375

File:
1 edited

Legend:

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

    r10849 r10863  
    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');
     170    $scripts->add( 'jcrop', "/wp-includes/js/jcrop/jquery.Jcrop$suffix.js", array('jquery'), '0.9.5-1');
    171171   
    172172    if ( defined('SCRIPT_DEBUG') && SCRIPT_DEBUG ) {
Note: See TracChangeset for help on using the changeset viewer.