Changeset 26104
- Timestamp:
- 11/12/2013 06:56:18 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 1 added
- 1 edited
- 2 moved
-
css (added)
-
css/editor-style.css (moved) (moved from trunk/src/wp-content/themes/twentyfourteen/editor-style.css)
-
css/ie.css (moved) (moved from trunk/src/wp-content/themes/twentyfourteen/ie.css)
-
functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r26103 r26104 60 60 61 61 // 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() ) ); 63 63 64 64 // Add RSS feed links to <head> for posts and comments. … … 228 228 229 229 // 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' ); 231 231 wp_style_add_data( 'twentyfourteen-ie', 'conditional', 'lt IE 9' ); 232 232
Note: See TracChangeset
for help on using the changeset viewer.