Changeset 19465 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/28/2011 04:47:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19460 r19465 434 434 $no_suffix = array( 'farbtastic' ); 435 435 436 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2011112 3f' );436 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111128' ); 437 437 438 438 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111123' ); … … 440 440 441 441 // all colors stylesheets need to have the same query strings (cache manifest compat) 442 $colors_version = '2011112 0';442 $colors_version = '20111128'; 443 443 444 444 // 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.