Changeset 17131 for trunk/wp-includes/script-loader.php
- Timestamp:
- 12/24/2010 05:43:01 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r17125 r17131 491 491 492 492 // all colors stylesheets need to have the same query strings (cache manifest compat) 493 $colors_version = '201012 14';493 $colors_version = '20101224'; 494 494 495 495 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 507 507 $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20101020' ); // Readme as well 508 508 $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20101203' ); 509 $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101 020' );509 $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101224' ); 510 510 $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' ); 511 511 $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20101020' );
Note: See TracChangeset
for help on using the changeset viewer.