Make WordPress Core


Ignore:
Timestamp:
03/05/2013 09:44:38 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: remove extraneous comment link on single post views, props markmcwilliams. Fixes #23657.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/content-quote.php

    r23452 r23621  
    1818        <?php twentythirteen_entry_meta(); ?>
    1919
    20         <?php if ( comments_open() ) : ?>
     20        <?php if ( comments_open() && ! is_single() ) : ?>
    2121        <span class="comments-link">
    2222            <?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.