Changeset 26036 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 11/07/2013 07:04:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r25969 r26036 19 19 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 20 20 </div> 21 <?php endif; ?> 21 <?php 22 endif; 22 23 23 <?php24 24 if ( is_single() ) : 25 25 the_title( '<h1 class="entry-title">', '</h1>' ); … … 65 65 <?php if ( has_tag() ) : ?> 66 66 <footer class="entry-meta"> 67 <span class="tag-links"><?php echo get_the_tag_list(); ?></span> 67 <span class="tag-links"> 68 <?php echo get_the_tag_list(); ?> 69 </span> 68 70 </footer><!-- .entry-meta --> 69 71 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.