Make WordPress Core


Ignore:
Timestamp:
09/16/2013 09:05:35 PM (11 years ago)
Author:
nacin
Message:

Update jQuery Form to 3.37.0 (unused in WP core).

props usermrpapa.
fixes #23944.

File:
1 edited

Legend:

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

    r25246 r25462  
    183183
    184184    // deprecated, not used in core, most functionality is included in jQuery 1.3
    185     $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '2.73', 1 );
     185    $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '3.37.0', 1 );
    186186
    187187    // jQuery plugins
Note: See TracChangeset for help on using the changeset viewer.