You are here

function total_control_entityqueue_content_type_admin_title in Total Control Admin Dashboard 7.2

'Admin title' callback for the content type.

File

plugins/content_types/entityqueue.inc, line 23

Code

function total_control_entityqueue_content_type_admin_title($subtype = NULL, $conf = NULL, $context = NULL) {
  return t('Manage EntityQueues');
}