summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-04 20:34:44 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-04 20:34:44 +0000
commit98150d06e7713da5c5c42a6b586eafbd088ab9f2 (patch)
tree4c623fb53da3215c300327f5db243c1d2026eda3 /modules/taxonomy
parent3cef673eecb6b868aa1e379fd34e4962b6ce427e (diff)
downloadbrdo-98150d06e7713da5c5c42a6b586eafbd088ab9f2.tar.gz
brdo-98150d06e7713da5c5c42a6b586eafbd088ab9f2.tar.bz2
- Patch #739802 by johnstorey: fix documentation of taxonomy_get_vocabularies().
Diffstat (limited to 'modules/taxonomy')
-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());