You are here

function rules_action_set_node_title_label in Rules 6

Action set node title - Label callback

Related topics

File

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

Code

function rules_action_set_node_title_label($settings, $argument_labels) {
  return t("Set @node's title", $argument_labels);
}