- Patch #82526 by Moshe: simplified APIs -- use form_alter now.

6.x
Dries Buytaert 2007-06-15 07:10:47 +00:00
parent dbaddb73c3
commit 0d5e968823
1 changed files with 0 additions and 2 deletions

View File

@ -1611,8 +1611,6 @@ function comment_form(&$form_state, $edit, $title = NULL) {
$form['#action'] = url('comment/reply/'. $edit['nid']);
}
// Graft in extra form additions
$form = array_merge($form, comment_invoke_comment($form, 'form'));
return $form;
}