Make WordPress Core


Ignore:
Timestamp:
12/03/2013 05:40:39 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: fix stylesheet loading, broken in r26560.

File:
1 edited

Legend:

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

    r26560 r26565  
    238238
    239239    // Load our main stylesheet.
    240     wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array( 'twentyfourteen-genericons' ) );
     240    wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array( 'genericons' ) );
    241241
    242242    // Load the Internet Explorer specific stylesheet.
    243     wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'twentyfourteen-genericons' ), '20131110' );
     243    wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131110' );
    244244    wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
    245245
Note: See TracChangeset for help on using the changeset viewer.