Make WordPress Core


Ignore:
Timestamp:
02/14/2010 01:12:51 AM (14 years ago)
Author:
dd32
Message:

Fix comment listing, Correct Indentations. See #9015

File:
1 edited

Legend:

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

    r13128 r13129  
    2929
    3030            <ol class="commentlist">
    31                 <?php wp_list_comments( array('callback' => 'twentyten_comment') ); ?>
     31                <?php wp_list_comments( array('callback' => 'twentyten_list_comment') ); ?>
    3232            </ol>
    3333
Note: See TracChangeset for help on using the changeset viewer.