Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
commenting the comment form
Browse files Browse the repository at this point in the history
I know it's funny, it's not meant to be.
  • Loading branch information
slambert committed Oct 7, 2010
1 parent f1efe5f commit 32dd3f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions comments.php
Expand Up @@ -19,16 +19,17 @@
<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
</div><!--.navigation (for comments)-->

<ol class="commentlist">
<?php wp_list_comments(); ?>
</ol>
</ol><!--.commentlist-->

<div class="navigation">
<div class="alignleft"><?php previous_comments_link() ?></div>
<div class="alignright"><?php next_comments_link() ?></div>
</div>
</div><!--.navigation (2nd time appearing, for comments)-->

<?php else : // this is displayed if there are no comments so far ?>

<?php if ( comments_open() ) : ?>
Expand Down

0 comments on commit 32dd3f6

Please sign in to comment.