Changeset 18108 for trunk/wp-includes/script-loader.php
- Timestamp:
- 06/01/2011 08:50:04 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18102 r18108 485 485 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110601' ); 486 486 487 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110 518' );487 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20110601' ); 488 488 $styles->add_data( 'ie', 'conditional', 'lte IE 7' ); 489 489 490 490 // all colors stylesheets need to have the same query strings (cache manifest compat) 491 $colors_version = '20110601 ';491 $colors_version = '20110601a'; 492 492 493 493 // 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.