Changeset 30692 for trunk/src/wp-content/themes/twentyfifteen/functions.php
- Timestamp:
- 12/01/2014 07:40:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/functions.php
r30588 r30692 214 214 215 215 // Load our main stylesheet. 216 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri() );216 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri(), array( 'twentyfifteen-fonts', 'genericons' ) ); 217 217 218 218 // Load the Internet Explorer specific stylesheet. 219 wp_enqueue_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' , 'genericons'), '20141010' );219 wp_enqueue_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' ), '20141010' ); 220 220 wp_style_add_data( 'twentyfifteen-ie', 'conditional', 'lt IE 9' ); 221 221
Note: See TracChangeset
for help on using the changeset viewer.