Changeset 18347 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/27/2011 07:35:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18340 r18347 489 489 490 490 // all colors stylesheets need to have the same query strings (cache manifest compat) 491 $colors_version = '2011062 4';491 $colors_version = '20110627'; 492 492 493 493 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 502 502 $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110614' ); 503 503 $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110606' ); 504 $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '201106 11' );504 $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110627' ); 505 505 $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110602' ); // Readme as well 506 506 $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110602' );
Note: See TracChangeset
for help on using the changeset viewer.