Skip to content

Commit e65759f

Browse files
Merge pull request #121 from OpenSourceOrg/fix/discourse-comment-template
Always display comment block
2 parents 465ade8 + 9f76430 commit e65759f

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

themes/osi/template-parts/content.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@
4040
<?php the_content(); ?>
4141
</div><!-- .entry-content -->
4242
<?php
43-
//If comments are open or we have at least one comment, load up the comment template.
4443
if ( 'board-member' === get_post_type() || 'post' === get_post_type() ) :
45-
if ( comments_open() || get_comments_number() ) :
4644
comments_template();
47-
endif;
4845
endif;
4946
?>
5047
<section id="pre-footer">

0 commit comments

Comments
 (0)