Make WordPress Core


Ignore:
Timestamp:
08/05/2017 12:59:12 PM (8 years ago)
Author:
DrewAPicture
Message:

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

Fixes #41565.

File:
1 edited

Legend:

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

    r41206 r41233  
    249249
    250250    // 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 );
    252252
    253253    // jQuery plugins
Note: See TracChangeset for help on using the changeset viewer.