revert function rename from r13129 which broke the comments form. props beaulebens. see #9015
git-svn-id: https://develop.svn.wordpress.org/trunk@13166 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
32766c9ff9
commit
37e62c69f5
|
@ -27,7 +27,7 @@
|
|||
<?php endif; // check for comment navigation ?>
|
||||
|
||||
<ol class="commentlist">
|
||||
<?php wp_list_comments( array('callback' => 'twentyten_list_comment') ); ?>
|
||||
<?php wp_list_comments( array('callback' => 'twentyten_comment') ); ?>
|
||||
</ol>
|
||||
|
||||
<?php if ( get_comment_pages_count() > 1 ) : // are there comments to navigate through ?>
|
||||
|
|
Loading…
Reference in New Issue