You are here

function flag_comment_action_form in Flag 6.2

Same name and namespace in other branches
  1. 7.3 includes/flag.actions.inc \flag_comment_action_form()
  2. 7.2 includes/flag.actions.inc \flag_comment_action_form()

Form for configuring the Flag comment action.

File

includes/flag.actions.inc, line 141
Hooks for flag actions.

Code

function flag_comment_action_form($context) {
  return flag_action_form($context, 'comment');
}