Make WordPress Core


Ignore:
Timestamp:
06/09/2023 05:47:23 AM (16 months ago)
Author:
SergeyBiryukov
Message:

External Libraries: Update jQuery Migrate to version 3.4.1.

Reference:

Follow-up to [49101], [49338], [49615], [49649], [55237].

Props sstoqnov, hareesh-pillai, mgol.
Fixes #58451.

File:
1 edited

Legend:

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

    r55888 r55900  
    825825    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.7.0' );
    826826    $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.7.0' );
    827     $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.0' );
     827    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.4.1' );
    828828
    829829    // Full jQuery UI.
Note: See TracChangeset for help on using the changeset viewer.