Ticket #23850: 23850-remove-comments-arg.patch
File 23850-remove-comments-arg.patch, 637 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentythirteen/comments.php
31 31 <?php 32 32 wp_list_comments( array( 33 33 'style' => 'ol', 34 'format' => 'html5',35 34 'short_ping' => true, 36 35 'avatar_size' => 74, 37 36 ) ); … … 55 54 56 55 <?php endif; // have_comments() ?> 57 56 58 <?php comment_form( array( 'format' => 'html5' )); ?>57 <?php comment_form(); ?> 59 58 60 59 </div><!-- #comments --> 60 No newline at end of file