Make WordPress Core

Ticket #24064: 24064.twentythirteen.patch

File 24064.twentythirteen.patch, 520 bytes (added by johnbillion, 12 years ago)
  • wp-content/themes/twentythirteen/comments.php

     
    5757
    5858        <?php endif; // have_comments() ?>
    5959
    60         <?php comment_form( array( 'format' => 'html5' ) ); ?>
     60        <?php comment_form( array( 'format' => 'html5', 'comment_field_first' => true ) ); ?>
    6161
    6262</div><!-- #comments -->
     63 No newline at end of file