Changeset 39215
- Timestamp:
- 11/13/2016 11:30:53 PM (8 years ago)
- Location:
- trunk/src/wp-content/themes/twentyseventeen
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r39208 r39215 357 357 } 358 358 359 // Load the Internet Explorer 9 specific stylesheet, to fix display issues in the Customizer. 360 if ( is_customize_preview() ) { 361 wp_enqueue_style( 'twentyseventeen-ie9', get_theme_file_uri( '/assets/css/ie9.css' ), array( 'twentyseventeen-style' ), '1.0' ); 362 wp_style_add_data( 'twentyseventeen-ie9', 'conditional', 'IE 9' ); 363 } 364 359 365 // Load the Internet Explorer 8 specific stylesheet. 360 366 wp_enqueue_style( 'twentyseventeen-ie8', get_theme_file_uri( '/assets/css/ie8.css' ), array( 'twentyseventeen-style' ), '1.0' );
Note: See TracChangeset
for help on using the changeset viewer.