Hi everyone,
I'm using the very handy comment_form function. The only thing I do not like, is that title_reply is wrapped inside an h3 heading. I would like to transform it in a div.
I'm able to change the text, but not the html tag. For example with
<?php comment_form(array('title_reply'=>'<div>Leave a Reply</div>')); ?>
I get
<h3><div>Leave a Reply</div></h3>
Any idea how I can get rid of the h3 tag?
thank you very much
Fabiano