| 5 comment.module | comment_form_validate( |
| 6 comment.module | comment_form_validate($form, &$form_state) |
| 7 comment.module | comment_form_validate($form, &$form_state) |
| 8 comment.module | comment_form_validate($form, &$form_state) |
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);
}
Login or register to post comments