Make WordPress Core


Ignore:
Timestamp:
09/27/2012 11:38:47 PM (12 years ago)
Author:
koopersmith
Message:

Update underscore.js to version 1.4.0. fixes #22026.

File:
1 edited

Legend:

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

    r22072 r22076  
    256256    $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2011-02-23');
    257257
    258     $scripts->add( 'underscore', '/wp-includes/js/underscore.min.js', array(), '1.3.3', 1 );
     258    $scripts->add( 'underscore', '/wp-includes/js/underscore.min.js', array(), '1.4.0', 1 );
    259259    $scripts->add( 'backbone', '/wp-includes/js/backbone.min.js', array('underscore'), '0.9.2', 1 );
    260260
Note: See TracChangeset for help on using the changeset viewer.