Remove debug
git-svn-id: http://svn.automattic.com/wordpress/trunk@8938 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
781c4c4bf3
commit
0889951393
|
@ -15,7 +15,7 @@
|
|||
<h3 id="comments"><?php comments_number('No Responses', 'One Response', '% Responses' );?> to “<?php the_title(); ?>”</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 ?>
|
||||
|
|
Loading…
Reference in New Issue