Make WordPress Core


Ignore:
Timestamp:
07/05/2022 02:59:17 PM (2 years ago)
Author:
desrosj
Message:

External Libraries: Update the Underscore library to version 1.13.4.

This is a minor documentation and bug fix release.

Props christinavoudouris, dilipbheda.
Fixes #56030.

File:
1 edited

Legend:

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

    r53455 r53660  
    969969    did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' );
    970970
    971     $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.3', 1 );
     971    $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.4', 1 );
    972972    $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.1', 1 );
    973973
Note: See TracChangeset for help on using the changeset viewer.