IDs have been changed in the FormUI comment form. If you have
rearranged the fields at all your theme will be broken. See
https://trac.habariproject.org/habari/changeset/3853 for more details.
Basically, you need to change:
$form->commenter to $form->cf_commenter
$form->email to $form->cf_email
$form->url to $form->cf_url
$form->content to $form->cf_content
$form->submit to $form->cf_submit
This also affects the wrapper DIV IDs if you have styled individual
elements of your form.
mikelietz