Make WordPress Core

Changeset 18115


Ignore:
Timestamp:
06/02/2011 05:19:10 PM (14 years ago)
Author:
ryan
Message:

Validation fixes. Props ocean90, xknown. fixes #17364

File:
1 edited

Legend:

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

    r18113 r18115  
    313313        $scripts->add_data( 'admin-custom-fields', 'group', 1 );
    314314
    315         $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110527' );
     315        $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110602' );
    316316        $scripts->add_data( 'admin-comments', 'group', 1 );
    317317        $scripts->localize( 'admin-comments', 'adminCommentsL10n', array(
     
    489489
    490490    // all colors stylesheets need to have the same query strings (cache manifest compat)
    491     $colors_version = '20110601a';
     491    $colors_version = '20110602';
    492492
    493493    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.