Make WordPress Core


Ignore:
Timestamp:
01/24/2014 05:39:35 PM (11 years ago)
Author:
ocean90
Message:

Update to jQuery 1.11.0. fixes #26926.

File:
1 edited

Legend:

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

    r26876 r27027  
    140140
    141141    // jQuery
    142     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.10.2' );
    143     $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.10.2' );
     142    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.0' );
     143    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.0' );
    144144    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' );
    145145
Note: See TracChangeset for help on using the changeset viewer.