Changeset 17869 for trunk/wp-includes/script-loader.php
- Timestamp:
- 05/11/2011 10:37:48 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
r17868 r17869 494 494 495 495 // all colors stylesheets need to have the same query strings (cache manifest compat) 496 $colors_version = '20110511 f';496 $colors_version = '20110511g'; 497 497 498 498 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. … … 506 506 $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20110511d' ); 507 507 $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110121' ); 508 $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '201105 04' );508 $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110511' ); 509 509 $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110511b' ); 510 510 $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110506' ); // Readme as well
Note: See TracChangeset
for help on using the changeset viewer.