Fix DocBlock
This commit is contained in:
parent
59ed94cb34
commit
ce387ff7bd
|
@ -63,7 +63,7 @@ add_filter( 'comment_form_defaults', 'understrap_bootstrap_comment_form' );
|
||||||
|
|
||||||
if ( ! function_exists( '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.
|
* @param string[] $args Comment form arguments and fields.
|
||||||
*
|
*
|
||||||
|
|
Reference in New Issue