Changeset 27111 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/06/2014 10:15:25 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/script-loader.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r27106 r27111 588 588 589 589 // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string. 590 590 591 $styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'open-sans', 'dashicons' ) ); 591 592 … … 696 697 $url = $color->url; 697 698 699 if ( ! $url ) { 700 return false; 701 } 702 698 703 if ( isset($parsed['query']) && $parsed['query'] ) { 699 704 wp_parse_str( $parsed['query'], $qv );
Note: See TracChangeset
for help on using the changeset viewer.