Ticket #24064: 24064.twentythirteen.patch
File 24064.twentythirteen.patch, 520 bytes (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/comments.php
57 57 58 58 <?php endif; // have_comments() ?> 59 59 60 <?php comment_form( array( 'format' => 'html5' ) ); ?>60 <?php comment_form( array( 'format' => 'html5', 'comment_field_first' => true ) ); ?> 61 61 62 62 </div><!-- #comments --> 63 No newline at end of file