From 3c1ca8cee68829de09f84bfa71ca2a4083f38ec1 Mon Sep 17 00:00:00 2001 From: Holger Date: Tue, 23 Feb 2016 08:33:13 +0100 Subject: [PATCH] Update custom-comments.php --- inc/custom-comments.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + }