Skip to content

Commit

Permalink
removed 'comment are closed'
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Mar 1, 2011
1 parent 17709c2 commit 74d9f85
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions grace/comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
<?php else : // this is displayed if there are no comments so far ?>

<?php if ('open' == $post->comment_status) : ?>
<!-- If comments are open, but there are no comments. -->

<?php else : // comments are closed ?>
<!-- If comments are closed. -->
<p class="nocomments">Comments are closed.</p>

<?php endif; ?>
<?php endif; ?>


Expand Down

0 comments on commit 74d9f85

Please sign in to comment.