revert function rename from r13129 which broke the comments form. props beaulebens. see #9015

git-svn-id: http://svn.automattic.com/wordpress/trunk@13166 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2010-02-16 00:21:06 +00:00
parent 1801751bc4
commit 0744c77fbf
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 ?>