Make WordPress Core

Ticket #25391: 25391.functions.php.diff

File 25391.functions.php.diff, 1.2 KB (added by celloexpressions, 11 years ago)

Functions.php changes only

  • wp-content/themes/twentythirteen/functions.php

     
    7474         * This theme styles the visual editor to resemble the theme style,
    7575         * specifically font, colors, icons, and column width.
    7676         */
    77         add_editor_style( array( 'css/editor-style.css', 'fonts/genericons.css', twentythirteen_fonts_url() ) );
     77        add_editor_style( array( 'css/editor-style.css', 'genericons/genericons.css', twentythirteen_fonts_url() ) );
    7878
    7979        // Adds RSS feed links to <head> for posts and comments.
    8080        add_theme_support( 'automatic-feed-links' );
     
    178178        wp_enqueue_style( 'twentythirteen-fonts', twentythirteen_fonts_url(), array(), null );
    179179
    180180        // Add Genericons font, used in the main stylesheet.
    181         wp_enqueue_style( 'genericons', get_template_directory_uri() . '/fonts/genericons.css', array(), '2.09' );
     181        wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.3' );
    182182
    183183        // Loads our main stylesheet.
    184184        wp_enqueue_style( 'twentythirteen-style', get_stylesheet_uri(), array(), '2013-07-18' );