Changeset 18115
- Timestamp:
- 06/02/2011 05:19:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18113 r18115 313 313 $scripts->add_data( 'admin-custom-fields', 'group', 1 ); 314 314 315 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110 527' );315 $scripts->add( 'admin-comments', "/wp-admin/js/edit-comments$suffix.js", array('wp-lists', 'jquery-ui-resizable', 'quicktags', 'jquery-query'), '20110602' ); 316 316 $scripts->add_data( 'admin-comments', 'group', 1 ); 317 317 $scripts->localize( 'admin-comments', 'adminCommentsL10n', array( … … 489 489 490 490 // all colors stylesheets need to have the same query strings (cache manifest compat) 491 $colors_version = '2011060 1a';491 $colors_version = '20110602'; 492 492 493 493 // 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.