Skip to content

Commit

Permalink
add proper endif
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentComics committed Mar 17, 2017
1 parent a042f7e commit 5add7fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions single.php
Expand Up @@ -21,10 +21,9 @@

<?php
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || '0' !== get_comments_number() ) {
if ( comments_open() || '0' !== get_comments_number() ) :
comments_template();
}
?>
endif; ?>

<?php endwhile; // end of the loop. ?>

Expand Down

0 comments on commit 5add7fb

Please sign in to comment.