Make WordPress Core


Ignore:
Timestamp:
12/15/2014 05:37:05 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: remove Genericons as a dependency from loading the main stylesheet.

Props iamtakashi, fixes #30532.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/functions.php

    r30838 r30865  
    207207
    208208        // Load our main stylesheet.
    209         wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array( 'genericons' ) );
     209        wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri() );
    210210
    211211        // Load the Internet Explorer specific stylesheet.
Note: See TracChangeset for help on using the changeset viewer.