Ticket #30532: 30532.1.diff
File 30532.1.diff, 775 bytes (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/functions.php
206 206 wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.2' ); 207 207 208 208 // Load our main stylesheet. 209 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri() , array( 'genericons' ));209 wp_enqueue_style( 'twentyfifteen-style', get_stylesheet_uri() ); 210 210 211 211 // Load the Internet Explorer specific stylesheet. 212 212 wp_enqueue_style( 'twentyfifteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfifteen-style' ), '20141010' );