function comment_form_validate in Drupal 4
Same name and namespace in other branches
- 5 modules/comment/comment.module \comment_form_validate()
- 6 modules/comment/comment.module \comment_form_validate()
- 7 modules/comment/comment.module \comment_form_validate()
File
- modules/
comment.module, line 1416 - Enables users to comment on published content.
Code
function comment_form_validate($form_id, $form_values) {
comment_validate($form_values);
}