Make WordPress Core


Ignore:
Timestamp:
02/28/2013 06:02:26 PM (12 years ago)
Author:
nacin
Message:

jQuery Migrate 1.1.1. props ocean90. see #22975.

File:
1 edited

Legend:

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

    r23507 r23516  
    133133    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ) );
    134134    $scripts->add( 'jquery-core', '/wp-includes/js/jquery/jquery.js', array(), '1.9.1' );
    135     $scripts->add( 'jquery-migrate', '/wp-includes/js/jquery/jquery-migrate.js', array(), '1.1.0' );
     135    $scripts->add( 'jquery-migrate', '/wp-includes/js/jquery/jquery-migrate.js', array(), '1.1.1' );
    136136
    137137    // full jQuery UI
Note: See TracChangeset for help on using the changeset viewer.