How can I do this with the new comment_form function?
<h2><?php comment_form_title( 'Leave a Reply', 'Leave a Reply to %s' ); ?></h2>
At the moment I cannot change the h3 heading with the "args" passed to the coment_form() function.
'title_reply' => __( 'POST A COMMENT' )