Make WordPress Core

Changeset 51468 for trunk


Ignore:
Timestamp:
07/21/2021 12:19:26 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Correct the jquery-form version used when registering.

The correct version is 4.3.0.

Follow up to [50546].

Props david.binda.
Fixes #53714.

File:
1 edited

Legend:

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

    r51467 r51468  
    819819
    820820    // Deprecated, not used in core, most functionality is included in jQuery 1.3.
    821     $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array( 'jquery' ), '4.2.1', 1 );
     821    $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array( 'jquery' ), '4.3.0', 1 );
    822822
    823823    // jQuery plugins.
Note: See TracChangeset for help on using the changeset viewer.