- Timestamp:
- 11/12/2013 04:17:07 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26071 r26097 224 224 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '3.0.2' ); 225 225 226 // Load sour main stylesheet.226 // Load our main stylesheet. 227 227 wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() ); 228 229 // Load the Internet Explorer specific stylesheet. 230 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/ie.css', array( 'twentyfourteen-style' ), '20131110' ); 231 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 228 232 229 233 if ( is_singular() && comments_open() && get_option( 'thread_comments' ) )
Note: See TracChangeset
for help on using the changeset viewer.