- Timestamp:
- 12/05/2013 09:02:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26665 r26689 240 240 241 241 // Load the Internet Explorer specific stylesheet. 242 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131 110' );242 wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style', 'genericons' ), '20131205' ); 243 243 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 244 244
Note: See TracChangeset
for help on using the changeset viewer.