You are here

function total_control_taxonomy_content_type_admin_info in Total Control Admin Dashboard 6

Same name and namespace in other branches
  1. 6.2 plugins/content_types/taxonomy.inc \total_control_taxonomy_content_type_admin_info()
  2. 7.2 plugins/content_types/taxonomy.inc \total_control_taxonomy_content_type_admin_info()

File

plugins/content_types/taxonomy.inc, line 23

Code

function total_control_taxonomy_content_type_admin_info($subtype, $conf, $context) {
  $block = new stdClass();
  $block->title = t('Displays Categories, number of terms in each category, "view terms" link and "edit terms" link.');
  return $block;
}