You are here

function workflow_form_comment_form_alter in Workflow 7

Implements hook_form_BASE_FORM_ID_alter().

Shows the form only on Comment forms.

File

./workflow.node.inc, line 272
Node specific functions, remnants of nodeapi.

Code

function workflow_form_comment_form_alter(&$form, &$form_state, $form_id) {
  return _workflow_form_alter($form, $form_state, $form_id);
}