Ticket #10948: 10948-test-2013.diff
File 10948-test-2013.diff, 542 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/comments.php
29 29 30 30 <ol class="comment-list"> 31 31 <?php 32 wp_list_comments( array(32 echo wp_list_comments( array( 33 33 'style' => 'ol', 34 34 'short_ping' => true, 35 35 'avatar_size' => 74, 36 'echo' => false, 36 37 ) ); 37 38 ?> 38 39 </ol><!-- .comment-list -->