From 76402a87f366838bf06f6e36a552be43dfb5641c Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 4 Nov 2018 22:32:44 +0100 Subject: Removes dist/ folder. --- dist/inc/custom-comments.php | 71 -------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 dist/inc/custom-comments.php (limited to 'dist/inc/custom-comments.php') diff --git a/dist/inc/custom-comments.php b/dist/inc/custom-comments.php deleted file mode 100644 index c4aa7c7..0000000 --- a/dist/inc/custom-comments.php +++ /dev/null @@ -1,71 +0,0 @@ - '
' . - '
', - 'email' => '
' . - '
', - 'url' => '
' . - '
', - 'cookies' => '', - ); - - return $fields; - } -} // endif function_exists( 'understrap_bootstrap_comment_form_fields' ) - -add_filter( 'comment_form_defaults', 'understrap_bootstrap_comment_form' ); - -/** - * Builds the form. - * - * @param string $args Arguments for form's fields. - * - * @return mixed - */ - -if ( ! function_exists( 'understrap_bootstrap_comment_form' ) ) { - - function understrap_bootstrap_comment_form( $args ) { - $args['comment_field'] = '
-
- - -
-
'; - $args['class_submit'] = 'btn btn-secondary'; // since WP 4.1. - return $args; - } -} // endif function_exists( 'understrap_bootstrap_comment_form' ) -- cgit v1.2.3