Remove debug

git-svn-id: https://develop.svn.wordpress.org/trunk@8938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-09-19 06:13:52 +00:00
parent 5264ef86d8
commit 84507584f1
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to &#8220;<?php the_title(); ?>&#8221;</h3>
<ol class="commentlist">
<?php wp_list_comments('type=pings'); ?>
<?php wp_list_comments($comments); ?>
</ol>
<?php else : // this is displayed if there are no comments so far ?>