Make WordPress Core


Ignore:
Timestamp:
02/28/2012 05:24:57 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: better comment markup and styles, props drewstrojny. See #19978.

File:
1 edited

Legend:

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

    r19960 r20010  
    4545
    4646        <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 -->
    4949
    5050        <?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.