Make WordPress Core

Changeset 51384


Ignore:
Timestamp:
07/09/2021 12:58:02 AM (3 years ago)
Author:
desrosj
Message:

Script Loader: Update jQuery version to 3.6.0 following the update in [50520].

Props audrasjb, ocean90.
Merges [51380] to the 5.8 branch.
Fixes #52707.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/src/wp-includes/script-loader.php

    r51347 r51384  
    733733    // jQuery.
    734734    // The unminified jquery.js and jquery-migrate.js are included to facilitate debugging.
    735     $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.5.1' );
    736     $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.5.1' );
     735    $scripts->add( 'jquery', false, array( 'jquery-core', 'jquery-migrate' ), '3.6.0' );
     736    $scripts->add( 'jquery-core', "/wp-includes/js/jquery/jquery$suffix.js", array(), '3.6.0' );
    737737    $scripts->add( 'jquery-migrate', "/wp-includes/js/jquery/jquery-migrate$suffix.js", array(), '3.3.2' );
    738738
Note: See TracChangeset for help on using the changeset viewer.