Update jQuery Form plugin, props duck_, fixes #15909
git-svn-id: http://svn.automattic.com/wordpress/trunk@17944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
46c545cdba
commit
9d72f52bab
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -166,7 +166,7 @@ function wp_default_scripts( &$scripts ) {
|
|||
$scripts->add_data( 'jquery-ui-dialog', 'group', 1 );
|
||||
|
||||
// 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.02m');
|
||||
$scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '2.73');
|
||||
$scripts->add_data( 'jquery-form', 'group', 1 );
|
||||
|
||||
$scripts->add( 'jquery-color', "/wp-includes/js/jquery/jquery.color$suffix.js", array('jquery'), '2.0-4561m');
|
||||
|
|
Loading…
Reference in New Issue