- 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-gallery.php
r25970 r26036 34 34 <?php twentyfourteen_posted_on(); ?> 35 35 36 <?php if ( ! post_password_required() && ( comments_open() || '0' !=get_comments_number() ) ) : ?>36 <?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?> 37 37 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span> 38 38 <?php endif; ?> … … 56 56 <?php if ( has_tag() ) : ?> 57 57 <footer class="entry-meta"> 58 <span class="tag-links"><?php echo get_the_tag_list(); ?></span> 58 <span class="tag-links"> 59 <?php echo get_the_tag_list(); ?> 60 </span> 59 61 </footer><!-- .entry-meta --> 60 62 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.