mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 12:14:25 +00:00
Use dashicons.min.css for concantenation requests. See #26250
git-svn-id: https://develop.svn.wordpress.org/trunk@26377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -591,7 +591,7 @@ function wp_default_styles( &$styles ) {
|
||||
$styles->add( 'open-sans', $open_sans_font_url );
|
||||
|
||||
// Dashicons
|
||||
$styles->add( 'dashicons', '/wp-includes/css/dashicons.css' );
|
||||
$styles->add( 'dashicons', "/wp-includes/css/dashicons$suffix.css" );
|
||||
|
||||
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
|
||||
$styles->add( 'colors', true, array( 'wp-admin', 'buttons', 'open-sans', 'dashicons' ) );
|
||||
|
||||
Reference in New Issue
Block a user