Make WordPress Core

Changeset 51469


Ignore:
Timestamp:
07/21/2021 12:32:57 PM (3 years ago)
Author:
desrosj
Message:

External Libraries: Correct the underscore version used when registering.

The correct version is 1.13.1.

Follow up to [50650], [50778].

Props david.binda.
Fixes #53713.

File:
1 edited

Legend:

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

    r51468 r51469  
    916916    did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' );
    917917
    918     $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.8.3', 1 );
     918    $scripts->add( 'underscore', "/wp-includes/js/underscore$dev_suffix.js", array(), '1.13.1', 1 );
    919919    $scripts->add( 'backbone', "/wp-includes/js/backbone$dev_suffix.js", array( 'underscore', 'jquery' ), '1.4.0', 1 );
    920920
Note: See TracChangeset for help on using the changeset viewer.