Make WordPress Core


Ignore:
Timestamp:
11/18/2013 10:47:17 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: simplify tags output in content templates, props nacin. See #26093.

File:
1 edited

Legend:

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

    r26048 r26258  
    5454    </div><!-- .entry-content -->
    5555
    56     <?php
    57         if ( has_tag() )
    58             echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' );
    59     ?>
     56    <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?>
    6057</article><!-- #post-## -->
Note: See TracChangeset for help on using the changeset viewer.