Make WordPress Core

Changeset 26377


Ignore:
Timestamp:
11/26/2013 01:54:53 AM (10 years ago)
Author:
dd32
Message:

Use dashicons.min.css for concantenation requests. See #26250

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r26376 r26377  
    592592
    593593    // Dashicons
    594     $styles->add( 'dashicons', '/wp-includes/css/dashicons.css' );
     594    $styles->add( 'dashicons', "/wp-includes/css/dashicons$suffix.css" );
    595595
    596596    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.