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:
parent
1801751bc4
commit
0744c77fbf
|
@ -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