Changeset 18202 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/08/2011 06:23:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18199 r18202 483 483 $no_suffix = array( 'farbtastic' ); 484 484 485 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2011060 6' );485 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110608' ); 486 486 487 487 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110601' ); … … 489 489 490 490 // all colors stylesheets need to have the same query strings (cache manifest compat) 491 $colors_version = '2011060 5b';491 $colors_version = '20110608'; 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.