comment_form_validate
- Versions
- 4.7 – 5
comment_form_validate($form_id,$form_values)- 6 – 7
comment_form_validate($form, &$form_state)
Code
modules/comment.module, line 1416
<?php
function comment_form_validate($form_id, $form_values) {
comment_validate($form_values);
}
?>Login or register to post comments 