Make WordPress Core


Ignore:
Timestamp:
09/19/2013 06:04:57 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: more Genericons fixes, merging exact files with latest Genericons 3.0 files for consistency and future ease of merging. Props obenland and georgestephanis, fixes #25085.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/inc/widgets.php

    r25212 r25506  
    104104            echo $before_widget;
    105105            ?>
    106             <h1 class="widget-title genericon <?php echo esc_attr( $format ); ?>">
     106            <h1 class="widget-title <?php echo esc_attr( $format ); ?>">
    107107                <a class="entry-format" href="<?php echo esc_url( get_post_format_link( $format ) ); ?>"><?php echo $title; ?></a>
    108108            </h1>
Note: See TracChangeset for help on using the changeset viewer.