Update jQuery Form to 3.37.0 (unused in WP core).
props usermrpapa. fixes #23944. Built from https://develop.svn.wordpress.org/trunk@25462 git-svn-id: http://core.svn.wordpress.org/trunk@25383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3137e83126
commit
090b3c8355
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -182,7 +182,7 @@ function wp_default_scripts( &$scripts ) {
|
||||||
$scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui/jquery.ui.widget.min.js', array('jquery'), '1.10.3', 1 );
|
$scripts->add( 'jquery-ui-widget', '/wp-includes/js/jquery/ui/jquery.ui.widget.min.js', array('jquery'), '1.10.3', 1 );
|
||||||
|
|
||||||
// deprecated, not used in core, most functionality is included in jQuery 1.3
|
// 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'), '2.73', 1 );
|
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '3.37.0', 1 );
|
||||||
|
|
||||||
// jQuery plugins
|
// jQuery plugins
|
||||||
$scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color.min.js", array('jquery'), '2.1.1', 1 );
|
$scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color.min.js", array('jquery'), '2.1.1', 1 );
|
||||||
|
|
Loading…
Reference in New Issue