Make WordPress Core

Changeset 34869


Ignore:
Timestamp:
10/06/2015 03:51:50 PM (9 years ago)
Author:
ocean90
Message:

Script Loader: Update version of json2.js after [34863].

See #26913.

File:
1 edited

Legend:

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

    r34828 r34869  
    312312    $scripts->add( 'comment-reply', "/wp-includes/js/comment-reply$suffix.js", array(), false, 1 );
    313313
    314     $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2011-02-23' );
     314    $scripts->add( 'json2', "/wp-includes/js/json2$suffix.js", array(), '2015-05-03' );
    315315    did_action( 'init' ) && $scripts->add_data( 'json2', 'conditional', 'lt IE 8' );
    316316
Note: See TracChangeset for help on using the changeset viewer.