Changeset 17827 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/06/2011 11:06:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r17820 r17827 486 486 $no_suffix = array( 'farbtastic' ); 487 487 488 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110506 b' );488 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110506c' ); 489 489 490 490 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' ); … … 492 492 493 493 // all colors stylesheets need to have the same query strings (cache manifest compat) 494 $colors_version = '20110506 b';494 $colors_version = '20110506c'; 495 495 496 496 // 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.