Fix DocBlock

This commit is contained in:
IanDelMar 2020-04-19 00:34:08 +02:00
parent 59ed94cb34
commit ce387ff7bd
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*