diff --git a/inc/custom-comments.php b/inc/custom-comments.php index 87925a7..ecdabd6 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -22,7 +22,7 @@ add_filter( 'comment_form_defaults', 'bootstrap3_comment_form' ); function bootstrap3_comment_form( $args ) { $args['comment_field'] = '
- +
'; return $args;