You are here

function workflownode_form_comment_form_alter in Workflow 7.2

Implements hook_form_BASE_FORM_ID_alter().

Shows the form only on Comment forms.

File

workflow_node/workflownode.module, line 294
Hooks and functions for the 'conventional' (version D5/D6/D7.1) Workflow Node, remnants of nodeapi.

Code

function workflownode_form_comment_form_alter(&$form, &$form_state, $form_id) {
  _workflownode_form_alter($form, $form_state, $form_id);
}