Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@8938 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5264ef86d8
commit
84507584f1
@ -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
Block a user