Changeset 26570 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 12/03/2013 06:15:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r26484 r26570 592 592 $styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'open-sans', 'dashicons' ) ); 593 593 594 // do not refer to th esedirectly, the right one is queued by the above "meta" colors handle595 $styles->add( 'colors-fresh', "/wp-admin/css/colors -fresh$suffix.css", array( 'wp-admin', 'buttons' ) );594 // do not refer to this directly, the right one is queued by the above "meta" colors handle 595 $styles->add( 'colors-fresh', "/wp-admin/css/colors$suffix.css", array( 'wp-admin', 'buttons' ) ); 596 596 597 597 $styles->add( 'media', "/wp-admin/css/media$suffix.css" );
Note: See TracChangeset
for help on using the changeset viewer.