Changeset 14870 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/25/2010 02:47:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r14869 r14870 436 436 $no_suffix = array( 'farbtastic' ); 437 437 438 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2010052 3b' );438 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100524' ); 439 439 440 440 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' ); … … 442 442 443 443 // all colors stylesheets need to have the same query strings (cache manifest compat) 444 $colors_version = '2010052 1';444 $colors_version = '20100524'; 445 445 446 446 // 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.