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:
Mark Jaquith 2010-02-16 00:21:06 +00:00
parent 32766c9ff9
commit 37e62c69f5
1 changed files with 1 additions and 1 deletions

View File

@ -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 ?>