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