- Timestamp:
- 11/08/2013 05:53:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r26036 r26048 54 54 </div><!-- .entry-content --> 55 55 56 <?php if ( has_tag() ) : ?> 57 <footer class="entry-meta"> 58 <span class="tag-links"> 59 <?php echo get_the_tag_list(); ?> 60 </span> 61 </footer><!-- .entry-meta --> 62 <?php endif; ?> 56 <?php 57 if ( has_tag() ) 58 echo get_the_tag_list( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); 59 ?> 63 60 </article><!-- #post-## -->
Note: See TracChangeset
for help on using the changeset viewer.