Changeset 19542 for trunk/wp-includes/script-loader.php
- Timestamp:
- 12/02/2011 05:21:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19540 r19542 434 434 $no_suffix = array( 'farbtastic' ); 435 435 436 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111 130b' );436 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202' ); 437 437 438 438 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' ); … … 440 440 441 441 // all colors stylesheets need to have the same query strings (cache manifest compat) 442 $colors_version = '20111 128';442 $colors_version = '20111202'; 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.