From 98150d06e7713da5c5c42a6b586eafbd088ab9f2 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 4 Jun 2010 20:34:44 +0000
Subject: [PATCH] - Patch #739802 by johnstorey: fix documentation of
 taxonomy_get_vocabularies().

---
 modules/taxonomy/taxonomy.module | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index b85f0ec192ae..842bb656abc9 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());
-- 
GitLab