- Timestamp:
- 12/03/2013 05:40:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26560 r26565 238 238 239 239 // 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' ) ); 241 241 242 242 // 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' ); 244 244 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 245 245
Note: See TracChangeset
for help on using the changeset viewer.