diff --git a/inc/custom-comments.php b/inc/custom-comments.php index 6b85976e..78187f32 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -22,8 +22,8 @@ add_filter( 'comment_form_defaults', 'bootstrap3_comment_form' ); function bootstrap3_comment_form( $args ) { $args['comment_field'] = '
- +
'; return $args; - } \ No newline at end of file + }