Changeset 16205 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/05/2010 02:34:09 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r16198 r16205 474 474 475 475 // all colors stylesheets need to have the same query strings (cache manifest compat) 476 $colors_version = '2010110 3';476 $colors_version = '20101105'; 477 477 478 478 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 484 484 485 485 $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' ); 486 $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101 027' );486 $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20101105' ); 487 487 $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20101020' ); 488 488 $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20100610' );
Note: See TracChangeset
for help on using the changeset viewer.