' . allowed_tags() . '
'
// So, that was the needed stuff to have bootstrap basic styles for the form elements and buttons
);
// Basically you can edit everything here!
// Checkout the docs for more: http://codex.wordpress.org/Function_Reference/comment_form
// Another note: some classes are added using the comment_form_default_fields filter via the Template Tags plus some on-demand additions by the bootstrap-wp.js
if( get_theme_mod('cc2_comment_form_orientation', 'horizontal' ) != 'horizontal' ) {
$comment_form_args['comment_field'] = str_replace('', '
', $comment_form_args['comment_field'] );
}
// fire!
comment_form( $comment_form_args );
?>