Ticket #23657: 23657.diff
File 23657.diff, 696 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/content.php
42 42 <?php endif; ?> 43 43 44 44 <footer class="entry-meta"> 45 <?php if ( comments_open() ) : ?>45 <?php if ( comments_open() && ! is_single() ) : ?> 46 46 <div class="comments-link"> 47 47 <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a comment', 'twentythirteen' ) . '</span>', __( 'One comment so far', 'twentythirteen' ), __( 'View all % comments', 'twentythirteen' ) ); ?> 48 48 </div><!-- .comments-link -->