id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 41009 Add filter to comment form class cjbj SergeyBiryukov "Almost all html of the comment_form function can be customized using filters, except for this line (current 2285 in comment-template.php), which is the wrapping div of the comment form: {{{
}}} I feel there are legitimate reasons for wanting at least the class to be filterable. For instance if you are using the clearfix class throughout your design to clear floats. So I would like to propose changing this line to this: {{{ $respond_class = 'comment-respond'; $respond_class = apply_filters ('comment_form_respond_class' ,$respond_class); echo '
'; }}} " enhancement closed normal 5.5 Comments normal fixed has-patch