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. Built from https://develop.svn.wordpress.org/trunk@51468 git-svn-id: http://core.svn.wordpress.org/trunk@51079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -818,7 +818,7 @@ function wp_default_scripts( $scripts ) {
|
||||
);
|
||||
|
||||
// Deprecated, not used in core, most functionality is included in jQuery 1.3.
|
||||
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array( 'jquery' ), '4.2.1', 1 );
|
||||
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array( 'jquery' ), '4.3.0', 1 );
|
||||
|
||||
// jQuery plugins.
|
||||
$scripts->add( 'jquery-color', '/wp-includes/js/jquery/jquery.color.min.js', array( 'jquery' ), '2.1.2', 1 );
|
||||
|
||||
Reference in New Issue
Block a user