summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index b85f0ec19..842bb656a 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -674,8 +674,8 @@ function taxonomy_terms_static_reset() {
/**
* Return an array of all vocabulary objects.
*
- * @param $type
- * If set, return only those vocabularies associated with this node type.
+ * @return
+ * An array of all vocabulary objects, indexed by vid.
*/
function taxonomy_get_vocabularies() {
return taxonomy_vocabulary_load_multiple(FALSE, array());