Make WordPress Core


Ignore:
Timestamp:
03/23/2016 06:46:19 PM (9 years ago)
Author:
ocean90
Message:

External Libraries: Update jQuery to 1.12.2.

Release post: http://blog.jquery.com/2016/03/17/jquery-1-12-2-and-2-2-2-released/
Changelog: https://github.com/jquery/jquery/compare/1.12.1...1.12.2

See #35380.

File:
1 edited

Legend:

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

    r37040 r37070  
    180180
    181181    // jQuery
    182     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.1' );
    183     $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.1' );
     182    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.2' );
     183    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.2' );
    184184    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.3.0' );
    185185
Note: See TracChangeset for help on using the changeset viewer.