You are here

function rules_condition_content_is_promoted_label in Rules 6

Related topics

File

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

Code

function rules_condition_content_is_promoted_label($settings, $argument_labels) {
  return t('@node is promoted to frontpage', $argument_labels);
}