Make WordPress Core

Ticket #25946: 25946.11.diff

File 25946.11.diff, 778 bytes (added by kovshenin, 12 years ago)
  • src/wp-content/themes/twentyfourteen/functions.php

     
    225225        wp_enqueue_style( 'twentyfourteen-lato', twentyfourteen_font_url(), array(), null );
    226226
    227227        // Add Genericons font, used in the main stylesheet.
    228         wp_enqueue_style( 'genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' );
     228        wp_enqueue_style( 'twentyfourteen-genericons', get_template_directory_uri() . '/genericons/genericons.css', array(), '3.0.2' );
    229229
    230230        // Load our main stylesheet.
    231231        wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri() );