comment_form_validate($form_id, $form_values)
comment_form_validate($form, &$form_state)
modules/comment.module, line 1417
<?php function comment_form_validate($form_id, $form_values) { comment_validate($form_values); } ?>