- Timestamp:
- 11/18/2013 10:47:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-link.php
r26048 r26258 54 54 </div><!-- .entry-content --> 55 55 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>' ); ?> 60 57 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.