Make WordPress Core

Changeset 13166


Ignore:
Timestamp:
02/16/2010 12:21:06 AM (14 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/comments.php

    r13130 r13166  
    2828
    2929            <ol class="commentlist">
    30                 <?php wp_list_comments( array('callback' => 'twentyten_list_comment') ); ?>
     30                <?php wp_list_comments( array('callback' => 'twentyten_comment') ); ?>
    3131            </ol>
    3232
Note: See TracChangeset for help on using the changeset viewer.