diff --git a/inc/custom-comments.php b/inc/custom-comments.php index ce50ef1..32f2d2e 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