Make WordPress Core

Changeset 24541


Ignore:
Timestamp:
07/02/2013 10:58:42 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: enqueue Genericons CSS file for use in visual editor styles. Props DrewAPicture, closes #24595.

File:
1 edited

Legend:

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

    r24537 r24541  
    4848 *
    4949 * @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.
    5151 * @uses add_theme_support() To add support for automatic feed links, post
    5252 * formats, and post thumbnails.
     
    7171    /*
    7272     * 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' ) );
    7676
    7777    // Adds RSS feed links to <head> for posts and comments.
Note: See TracChangeset for help on using the changeset viewer.