From f3b9ba74cf7e896851f34d715a84e18dd9621540 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 7 Aug 2011 13:31:41 -0400 Subject: [PATCH] - Patch #711842 by Devin Carlson: documentation missing for () in taxonomy-term.tpl.php. --- modules/taxonomy/taxonomy-term.tpl.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php index 872d4cbb56d4..b1ff20e3cee7 100644 --- a/modules/taxonomy/taxonomy-term.tpl.php +++ b/modules/taxonomy/taxonomy-term.tpl.php @@ -12,6 +12,7 @@ * hide($content['field_example']) to temporarily suppress the printing of a * given element. * - $term_url: Direct url of the current term. + * - $term_name: Name of the current term. * - $classes: String of classes that can be used to style contextually through * CSS. It can be manipulated through the variable $classes_array from * preprocess functions. The default values can be one or more of the following: -- GitLab