function ctools_node_comment_wrapper_content_type_admin_title

Returns the administrative title.

File

plugins/content_types/node_context/node_comment_wrapper.inc, line 120

Code

function ctools_node_comment_wrapper_content_type_admin_title($subtype, $conf, $context) {
    return t('Comments and comment form');
}