You are here

function content_profile_action_load_label in Content Profile 6

File

./content_profile.rules.inc, line 83
Some rules conditions/actions

Code

function content_profile_action_load_label($settings, $argument_labels) {
  return t("Load @user's @type", $argument_labels + array(
    '@type' => node_get_types('name', $settings['type']),
  ));
}