- Timestamp:
- 03/05/2013 09:44:38 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/content-quote.php
r23452 r23621 18 18 <?php twentythirteen_entry_meta(); ?> 19 19 20 <?php if ( comments_open() ) : ?>20 <?php if ( comments_open() && ! is_single() ) : ?> 21 21 <span class="comments-link"> 22 22 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a comment', 'twentythirteen' ) . '</span>', __( 'One comment so far', 'twentythirteen' ), __( 'View all % comments', 'twentythirteen' ) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.