function content_profile_user_has_profile_condition_label in Content Profile 6
File
- ./
content_profile.rules.inc, line 40 - Some rules conditions/actions
Code
function content_profile_user_has_profile_condition_label($settings, $argument_labels) {
return t('@user has his @type created', $argument_labels + array(
'@type' => node_get_types('name', $settings['type']),
));
}