Twenty Fourteen: move CSS files except for rtl.css and style.css into new css
directory. See #25929.
git-svn-id: https://develop.svn.wordpress.org/trunk@26104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
839325fe34
commit
0b4c3fde55
@ -59,7 +59,7 @@ function twentyfourteen_setup() {
|
||||
load_theme_textdomain( 'twentyfourteen', get_template_directory() . '/languages' );
|
||||
|
||||
// This theme styles the visual editor to resemble the theme style.
|
||||
add_editor_style( array( 'editor-style.css', twentyfourteen_font_url() ) );
|
||||
add_editor_style( array( 'css/editor-style.css', twentyfourteen_font_url() ) );
|
||||
|
||||
// Add RSS feed links to <head> for posts and comments.
|
||||
add_theme_support( 'automatic-feed-links' );
|
||||
@ -227,7 +227,7 @@ function twentyfourteen_scripts() {
|
||||
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() );
|
||||
|
||||
// Load the Internet Explorer specific stylesheet.
|
||||
wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/ie.css', array( 'twentyfourteen-style' ), '20131110' );
|
||||
wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20131110' );
|
||||
wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
|
||||
|
||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) )
|
||||
|
Loading…
Reference in New Issue
Block a user