Skip to content

Commit

Permalink
Update custom-comments.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger committed Feb 23, 2016
1 parent 9b13c98 commit ed7b02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/custom-comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function bootstrap3_comment_form_fields( $fields ) {
add_filter( 'comment_form_defaults', 'bootstrap3_comment_form' );
function bootstrap3_comment_form( $args ) {
$args['comment_field'] = '<div class="form-group comment-form-comment">
<label for="comment">' . _x( 'Comment', 'noun', 'understrap' ) . '</label>
<label for="comment">' . _x( 'Comment', 'noun', 'understrap' ) . ( ' <span class="required">*</span>' : '' ) . '</label>
<textarea class="form-control" id="comment" name="comment" cols="45" rows="8" aria-required="true"></textarea>
</div>';
return $args;
Expand Down

0 comments on commit ed7b02c

Please sign in to comment.