function ctools_profile_fields_content_type_admin_title

'Title' callback for the 'profile fields' content type.

File

plugins/content_types/user_context/profile_fields.inc, line 124

Code

function ctools_profile_fields_content_type_admin_title($subtype, $conf, $context) {
    return t('"@s" profile fields', array(
        '@s' => $conf['category'],
    ));
}