Changeset 19326 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/17/2011 08:48:40 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19320 r19326 433 433 $no_suffix = array( 'farbtastic' ); 434 434 435 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2011111 6' );435 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111117' ); 436 436 437 437 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' ); … … 439 439 440 440 // all colors stylesheets need to have the same query strings (cache manifest compat) 441 $colors_version = '2011111 5';441 $colors_version = '20111117'; 442 442 443 443 // 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.