From d83289f857853b2efca194cd663267c24dbfd305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Thu, 6 Dec 2007 09:58:34 +0000 Subject: #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions --- modules/taxonomy/taxonomy.module | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index a247954b1..097e7c1ff 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1036,7 +1036,10 @@ function _taxonomy_term_select($title, $name, $value, $vocabulary_id, $descripti } /** - * We use the default selection field for choosing terms. + * Format the selection field for choosing terms + * (by deafult the default selection field is used). + * + * @ingroup themeable */ function theme_taxonomy_term_select($element) { return theme('select', $element); -- cgit v1.2.3