Changeset 19307 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/15/2011 09:58:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19299 r19307 433 433 $no_suffix = array( 'farbtastic' ); 434 434 435 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2011111 4d' );435 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111115' ); 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 1';441 $colors_version = '20111115'; 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.