Changeset 26048 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 11/08/2013 05:53:48 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r26036 r26048 63 63 <?php endif; ?> 64 64 65 <?php if ( has_tag() ) : ?> 66 <footer class="entry-meta"> 67 <span class="tag-links"> 68 <?php echo get_the_tag_list(); ?> 69 </span> 70 </footer><!-- .entry-meta --> 71 <?php endif; ?> 65 <?php 66 if ( has_tag() ) 67 echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); 68 ?> 72 69 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.