Make WordPress Core


Ignore:
Timestamp:
05/02/2014 09:28:55 AM (11 years ago)
Author:
ocean90
Message:

Update jQuery to 1.11.1.

fixes #28103.

File:
1 edited

Legend:

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

    r28176 r28238  
    160160
    161161    // jQuery
    162     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.0' );
    163     $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.0' );
     162    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.1' );
     163    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.1' );
    164164    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' );
    165165
Note: See TracChangeset for help on using the changeset viewer.