function ctools_term_name_content_type_admin_title
Returns the administrative title for a type.
File
-
plugins/
content_types/ term_context/ term_name.inc, line 120
Code
function ctools_term_name_content_type_admin_title($subtype, $conf, $context) {
return t('"@s" name', array(
'@s' => $context->identifier,
));
}