From ce387ff7bd5e2c607f6bb5016350cb1b3e6299e6 Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Sun, 19 Apr 2020 00:34:08 +0200 Subject: [PATCH] Fix DocBlock --- inc/custom-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/custom-comments.php b/inc/custom-comments.php index f4fbfc2..faeb2a3 100644 --- a/inc/custom-comments.php +++ b/inc/custom-comments.php @@ -63,7 +63,7 @@ add_filter( 'comment_form_defaults', 'understrap_bootstrap_comment_form' ); if ( ! function_exists( 'understrap_bootstrap_comment_form' ) ) { /** - * Builds the form. + * Adds Bootstrap classes to comment form submit button and comment field. * * @param string[] $args Comment form arguments and fields. *