comment_form_validate
Definition
comment_form_validate($form_id, $form_values)
modules/comment/comment.module, line 1636
Code
<?php
function comment_form_validate($form_id, $form_values) {
comment_validate($form_values);
}
?> comment_form_validate($form_id, $form_values)
modules/comment/comment.module, line 1636
<?php
function comment_form_validate($form_id, $form_values) {
comment_validate($form_values);
}
?>