diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 5d3949289f2..1c9002dca24 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -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; }