Changeset 13166
- Timestamp:
- 02/16/2010 12:21:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/comments.php
r13130 r13166 28 28 29 29 <ol class="commentlist"> 30 <?php wp_list_comments( array('callback' => 'twentyten_ list_comment') ); ?>30 <?php wp_list_comments( array('callback' => 'twentyten_comment') ); ?> 31 31 </ol> 32 32
Note: See TracChangeset
for help on using the changeset viewer.