Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #170 from DannyCooper/patch-1
Browse files Browse the repository at this point in the history
Double echo in comments.php
  • Loading branch information
kjellr authored Oct 23, 2018
2 parents ca63fc7 + 17ba69b commit 16a146b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<?php
if ( comments_open() ) {
if ( have_comments() ) {
echo esc_html_e( 'Join the Conversation', 'twentynineteen' );
esc_html_e( 'Join the Conversation', 'twentynineteen' );
} else {
echo esc_html_e( 'Leave a comment', 'twentynineteen' );
esc_html_e( 'Leave a comment', 'twentynineteen' );
}
} else {
$comments_number = get_comments_number();
Expand Down

0 comments on commit 16a146b

Please sign in to comment.