Make WordPress Core


Ignore:
Timestamp:
11/23/2011 07:36:15 PM (14 years ago)
Author:
azaozz
Message:

jQuery 1.7.1, fixes #19326

File:
1 edited

Legend:

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

    r19422 r19423  
    118118    $scripts->add( 'cropper', '/wp-includes/js/crop/cropper.js', array('scriptaculous-dragdrop'), '20070118');
    119119
    120     $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.7' );
     120    $scripts->add( 'jquery', '/wp-includes/js/jquery/jquery.js', false, '1.7.1' );
    121121
    122122    // full jQuery UI
Note: See TracChangeset for help on using the changeset viewer.