Use dashicons.min.css for concantenation requests. See #26250
Built from https://develop.svn.wordpress.org/trunk@26377 git-svn-id: http://core.svn.wordpress.org/trunk@26277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fcaa29f19b
commit
0c2b2c1668
|
@ -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' ) );
|
||||
|
|
Loading…
Reference in New Issue