From 078842de84f313a83aee3d256464bb3db3916a9a Mon Sep 17 00:00:00 2001 From: Holger Date: Tue, 23 Feb 2016 08:54:38 +0100 Subject: [PATCH] Update custom-comments.php --- inc/custom-comments.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/custom-comments.php b/inc/custom-comments.php index ce50ef13..32f2d2e2 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -21,9 +21,8 @@ add_filter( 'comment_form_defaults', 'bootstrap3_comment_form' ); function bootstrap3_comment_form( $args ) { - $req = get_option( 'require_name_email' ); $args['comment_field'] = '
- +
'; $args['class_submit'] = 'btn btn-default'; // since WP 4.1