Remove debug

git-svn-id: http://svn.automattic.com/wordpress/trunk@8938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-09-19 06:13:52 +00:00
parent 781c4c4bf3
commit 0889951393
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 ?>