Make WordPress Core


Ignore:
Timestamp:
11/18/2020 09:04:26 AM (4 years ago)
Author:
azaozz
Message:

External Libraries: Update jQuery Migrate to 3.3.2.

Props mgol, azaozz.
Fixes #50564.

File:
1 edited

Legend:

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

    r49615 r49649  
    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.2-pre' );
     735    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' );
    736736
    737737    // Full jQuery UI.
Note: See TracChangeset for help on using the changeset viewer.