Make WordPress Core


Ignore:
Timestamp:
02/27/2015 09:40:55 AM (9 years ago)
Author:
ocean90
Message:

Update jQuery to 1.11.2.

Changelog:

props HarishChaudhari.
fixes #31423.

File:
1 edited

Legend:

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

    r31534 r31567  
    162162
    163163    // jQuery
    164     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.1' );
    165     $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.1' );
     164    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '1.11.2' );
     165    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.11.2' );
    166166    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '1.2.1' );
    167167
     
    503503            'suggestedImgAlt' => __( 'Suggested image #%d' ),
    504504        ) );
    505        
     505
    506506        $scripts->add( 'editor-expand', "/wp-admin/js/editor-expand$suffix.js", array( 'jquery' ), false, 1 );
    507507
Note: See TracChangeset for help on using the changeset viewer.