You are here

function title_process_taxonomy_term in Title 7

Process variables for taxonomy-term.tpl.php.

File

./title.core.inc, line 246
Provide field replacement information.

Code

function title_process_taxonomy_term(&$variables) {
  title_field_replacement_hide_label('taxonomy_term', $variables['term'], $variables);
}