Changeset 20010 for trunk/wp-content/themes/twentytwelve/comments.php
- Timestamp:
- 02/28/2012 05:24:57 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/comments.php
r19960 r20010 45 45 46 46 <ol class="commentlist"> 47 <?php wp_list_comments( array( 'callback' => 'twentytwelve_comment' ) ); ?>48 </ol> 47 <?php wp_list_comments( array( 'callback' => 'twentytwelve_comment', 'style' => 'ol' ) ); ?> 48 </ol><!-- .commentlist --> 49 49 50 50 <?php if ( get_comment_pages_count() > 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
Note: See TracChangeset
for help on using the changeset viewer.