You are here

function rules_action_node_load_author_variable_label in Rules 6

Action load node author variable label callback

Related topics

1 string reference to 'rules_action_node_load_author_variable_label'
node_rules_action_info in rules/modules/node.rules.inc
Implementation of hook_rules_action_info().

File

rules/modules/node.rules_forms.inc, line 66
Rules configuration forms for the node module

Code

function rules_action_node_load_author_variable_label($settings, $argument_labels) {
  return t('@node author', $argument_labels);
}