Changeset 23696 for trunk/wp-content/themes/twentythirteen/comments.php
- Timestamp:
- 03/14/2013 04:36:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/comments.php
r23690 r23696 31 31 32 32 <ol class="comment-list"> 33 <?php wp_list_comments( array( 'callback' => 'twentythirteen_comment', 'style' => 'ol' ) ); ?> 33 <?php 34 wp_list_comments( array( 35 'style' => 'ol', 36 'format' => 'html5', 37 'short_ping' => true, 38 'avatar_size' => 74, 39 ) ); 40 ?> 34 41 </ol><!-- .comment-list --> 35 42
Note: See TracChangeset
for help on using the changeset viewer.