Changeset 30866
- Timestamp:
- 12/15/2014 05:39:59 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r29903 r30866 235 235 236 236 // Load our main stylesheet. 237 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() , array( 'genericons' ));237 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() ); 238 238 239 239 // Load the Internet Explorer specific stylesheet. 240 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' , 'genericons'), '20131205' );240 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20131205' ); 241 241 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 242 242
Note: See TracChangeset
for help on using the changeset viewer.