Ticket #24595: 24595.2.patch
| File 24595.2.patch, 1.1 KB (added by , 12 years ago) |
|---|
-
wp-content/themes/twentythirteen/functions.php
47 47 * Twenty Thirteen supports. 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. 53 53 * @uses register_nav_menu() To add support for a navigation menu. … … 70 70 71 71 /* 72 72 * This theme styles the visual editor to resemble the theme style, 73 * specifically font, colors, and column width.73 * specifically font, colors, icons, and column width. 74 74 */ 75 75 add_editor_style( 'css/editor-style.css' ); 76 add_editor_style( 'fonts/genericons.css' ); 76 77 77 78 // Adds RSS feed links to <head> for posts and comments. 78 79 add_theme_support( 'automatic-feed-links' );