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);
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.