Changeset 24541
- Timestamp:
- 07/02/2013 10:58:42 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/functions.php
r24537 r24541 48 48 * 49 49 * @uses load_theme_textdomain() For translation/localization support. 50 * @uses add_editor_style() To add a Visual Editor stylesheet.50 * @uses add_editor_style() To add Visual Editor stylesheets. 51 51 * @uses add_theme_support() To add support for automatic feed links, post 52 52 * formats, and post thumbnails. … … 71 71 /* 72 72 * This theme styles the visual editor to resemble the theme style, 73 * specifically font, colors, and column width.74 */ 75 add_editor_style( 'css/editor-style.css');73 * specifically font, colors, icons, and column width. 74 */ 75 add_editor_style( array( 'css/editor-style.css', 'fonts/genericons.css' ) ); 76 76 77 77 // Adds RSS feed links to <head> for posts and comments.
Note: See TracChangeset
for help on using the changeset viewer.