You are here

function rules_action_node_load_author_label in Rules 6

Action load node author label callback

Related topics

File

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

Code

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