Make WordPress Core


Ignore:
Timestamp:
06/04/2008 01:47:11 AM (17 years ago)
Author:
ryan
Message:

Hacked up version of jQuery to workaround Safari 2.0.4 bug. see #7082

File:
1 edited

Legend:

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

    r8042 r8043  
    6565    $scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
    6666
    67     $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.5');
     67    $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.2.6-wp');
    6868    $scripts->add( 'jquery-form', '/wp-includes/js/jquery/jquery.form.js', array('jquery'), '2.02');
    6969    $scripts->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.js', array('jquery'), '2.0-4561');
Note: See TracChangeset for help on using the changeset viewer.