id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 34170,Add form class argument to comment_form(),flixos90,DrewAPicture,"When using the `comment_form()` function, it is currently not possible to adjust the class of the form. ID can be adjusted, and for example the submit's ID and class can also be adjusted. So I thought it would be straightforward to add the same for the form tag itself. Use-case: I'm using a theme based on Bootstrap, and I would like to have a horizontal comment form for which I need to apply a class 'form-horizontal' to the form tag. Right now I can only do that by outputting the whole form manually, including all the actions and filters which is a pain to manage when I would rather just create markup. I'd much rather use the built-in `comment_form()` function instead and only adjust the arguments there.",enhancement,closed,normal,4.4,Comments,,normal,fixed,has-patch dev-feedback,,template