External Libraries: Update jQuery Form (unused in core) to the latest version, 4.2.1.

Fixes #41565.


git-svn-id: https://develop.svn.wordpress.org/trunk@41233 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2017-08-05 12:59:12 +00:00
parent 1f26d318ab
commit fff8e29cbf
3 changed files with 1510 additions and 1182 deletions

View File

@@ -248,7 +248,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'), '3.37.0', 1 );
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '4.2.1', 1 );
// jQuery plugins
$scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color.min.js", array('jquery'), '2.1.1', 1 );