function ctools_comment_reply_form_content_type_admin_title

File

plugins/content_types/comment/comment_reply_form.inc, line 43

Code

function ctools_comment_reply_form_content_type_admin_title($subtype, $conf, $context) {
    return t('"@s" comment form', array(
        '@s' => $context[0]->identifier,
    ));
}