beans_comment_form_divider

Echo comment divider.

beans_comment_form_divider( )

Return: (void)

Source

function beans_comment_form_divider() {

	beans_selfclose_markup_e( 'beans_comment_form_divider', 'hr', array( 'class' => 'uk-article-divider' ) );

}