Make WordPress Core

Ticket #23657: 23657.diff

File 23657.diff, 696 bytes (added by markmcwilliams, 12 years ago)
  • wp-content/themes/twentythirteen/content.php

     
    4242        <?php endif; ?>
    4343
    4444        <footer class="entry-meta">
    45                 <?php if ( comments_open() ) : ?>
     45                <?php if ( comments_open() && ! is_single() ) : ?>
    4646                        <div class="comments-link">
    4747                                <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a comment', 'twentythirteen' ) . '</span>', __( 'One comment so far', 'twentythirteen' ), __( 'View all % comments', 'twentythirteen' ) ); ?>
    4848                        </div><!-- .comments-link -->