Make WordPress Core

Changeset 49615


Ignore:
Timestamp:
11/16/2020 09:34:56 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Script Loader: Correct version for jQuery Migrate.

Follow-up to [49338].

See #51621, #50564.

File:
1 edited

Legend:

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

    r49549 r49615  
    733733    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.5.1' );
    734734    $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.5.1' );
    735     $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.1' );
     735    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2-pre' );
    736736
    737737    // Full jQuery UI.
Note: See TracChangeset for help on using the changeset viewer.