Make WordPress Core


Ignore:
Timestamp:
08/10/2024 11:55:22 PM (7 months ago)
Author:
peterwilsoncc
Message:

External Libraries: Update the Underscore.js library to version 1.13.7.

This updates the Underscore library from version 1.13.6 to 1.13.7. This is a minor bug fix release.

The full list of changes can be found in the Underscore.js change log: https://underscorejs.org/#changelog.

Props hbhalodia, aristath, desrosj, mcrisp1972.
Fixes #61836.

File:
1 edited

Legend:

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

    r58872 r58880  
    10401040    did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' );
    10411041
    1042     $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.4', 1 );
     1042    $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.7', 1 );
    10431043    $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.6.0', 1 );
    10441044
Note: See TracChangeset for help on using the changeset viewer.