You are here

function taxonomy_display_term_page_display_content_type_admin_title in Taxonomy display 7

File

plugins/content_types/term_context/term_page_display.inc, line 16

Code

function taxonomy_display_term_page_display_content_type_admin_title($subtype, $conf, $context) {
  return t('"@s" term page display', array(
    '@s' => $context->identifier,
  ));
}