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.module18
1 files changed, 8 insertions, 10 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 74a1848c9..6274798b1 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -540,12 +540,11 @@ function _taxonomy_term_children($tid) {
}
/**
- * Try to map a string to existing vocabularies.
- * Provide case insensitive and trimmed map so as to
- * maximize likelihood of successful mapping.
+ * Try to map a string to existing vocabularies. Provide case insensitive and
+ * trimmed map so as to maximize likelihood of successful mapping.
*
- * @param $name Name of the vocabulary to search
- * @return array of matching vocabularies, as objects
+ * @param $name Name of the vocabulary to search
+ * @return array of matching vocabularies, as objects
*/
function taxonomy_get_vocabulary_by_name($name) {
// LOWER is ANSI SQL-92
@@ -559,12 +558,11 @@ function taxonomy_get_vocabulary_by_name($name) {
}
/**
- * Try to map a string to existing terms
- * Provide case insensitive and trimmed map so as to
- * maximize likelihood of successful mapping.
+ * Try to map a string to existing terms Provide case insensitive and trimmed
+ * map so as to maximize likelihood of successful mapping.
*
- * @param name Name of the term to search
- * @return rray of matching terms, as objects
+ * @param name Name of the term to search
+ * @return rray of matching terms, as objects
*/
function taxonomy_get_term_by_name($name) {
// LOWER is ANSI SQL-92