summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module5
-rw-r--r--modules/taxonomy/taxonomy.pages.inc2
2 files changed, 6 insertions, 1 deletions
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);
diff --git a/modules/taxonomy/taxonomy.pages.inc b/modules/taxonomy/taxonomy.pages.inc
index 74f1db504..94dca7633 100644
--- a/modules/taxonomy/taxonomy.pages.inc
+++ b/modules/taxonomy/taxonomy.pages.inc
@@ -82,6 +82,8 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
* An array of term ids.
* @param $result
* A pager_query() result, such as that performed by taxonomy_select_nodes().
+ *
+ * @ingroup themeable
*/
function theme_taxonomy_term_page($tids, $result) {
$output = '';