- Patch #82526 by Moshe: simplified APIs -- use form_alter now.
parent
dbaddb73c3
commit
0d5e968823
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue