Changeset 41233 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/05/2017 12:59:12 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r41206 r41233 249 249 250 250 // deprecated, not used in core, most functionality is included in jQuery 1.3 251 $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), ' 3.37.0', 1 );251 $scripts->add( 'jquery-form', "/wp-includes/js/jquery/jquery.form$suffix.js", array('jquery'), '4.2.1', 1 ); 252 252 253 253 // jQuery plugins
Note: See TracChangeset
for help on using the changeset viewer.