Changeset 18223 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/10/2011 02:37:37 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18222 r18223 489 489 490 490 // all colors stylesheets need to have the same query strings (cache manifest compat) 491 $colors_version = '20110609 ';491 $colors_version = '20110609b'; 492 492 493 493 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 507 507 $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20110506' ); 508 508 $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' ); 509 $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20110 121' );509 $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20110609' ); 510 510 $styles->add( 'plugin-install', "/wp-admin/css/plugin-install$suffix.css", array(), '20101230' ); 511 511 $styles->add( 'theme-install', "/wp-admin/css/theme-install$suffix.css", array(), '20110506' );
Note: See TracChangeset
for help on using the changeset viewer.