Changeset 9979 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/30/2008 01:02:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r9977 r9979 309 309 $styles->add_data( 'ie', 'conditional', 'gte IE 6' ); 310 310 311 $styles->add( 'colors', true, array(), '200811 29' ); // Register "meta" stylesheet for admin colors311 $styles->add( 'colors', true, array(), '20081130' ); // Register "meta" stylesheet for admin colors 312 312 $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20081129'); // for login.php. Is there a better way? 313 313 $styles->add_data( 'colors-fresh', 'rtl', true );
Note: See TracChangeset
for help on using the changeset viewer.