Make WordPress Core

Changeset 26104


Ignore:
Timestamp:
11/12/2013 06:56:18 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: move CSS files except for rtl.css and style.css into new css directory. See #25929.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
1 added
1 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/functions.php

    r26103 r26104  
    6060
    6161    // This theme styles the visual editor to resemble the theme style.
    62     add_editor_style( array( 'editor-style.css', twentyfourteen_font_url() ) );
     62    add_editor_style( array( 'css/editor-style.css', twentyfourteen_font_url() ) );
    6363
    6464    // Add RSS feed links to <head> for posts and comments.
     
    228228
    229229    // Load the Internet Explorer specific stylesheet.
    230     wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/ie.css', array( 'twentyfourteen-style' ), '20131110' );
     230    wp_enqueue_style( 'twentyfourteen-ie', get_template_directory_uri() . '/css/ie.css', array( 'twentyfourteen-style' ), '20131110' );
    231231    wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' );
    232232
Note: See TracChangeset for help on using the changeset viewer.