You are here

function scs_node_type_labels in Simplenews Content Selection 7

1 string reference to 'scs_node_type_labels'
scs_admin_settings_form in ./scs.admin.inc

File

./scs.admin.inc, line 51

Code

function scs_node_type_labels($type) {
  return $type->name;
}