Make WordPress Core


Ignore:
Timestamp:
01/13/2016 03:51:25 PM (9 years ago)
Author:
ocean90
Message:

External Libraries: Update jQuery to 1.12.0 and jQuery Migrate to 1.3.0.

jQuery:

jQuery Migrate:

See #35380.

File:
1 edited

Legend:

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

    r35713 r36285  
    185185
    186186    // jQuery
    187     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.3' );
    188     $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.3' );
    189     $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' );
     187    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.12.0' );
     188    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.12.0' );
     189    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.3.0' );
    190190
    191191    // full jQuery UI
Note: See TracChangeset for help on using the changeset viewer.