summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:38:28 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-09-30 14:38:28 -0700
commitee33a2e5ba19be7b78a22ab46c5049d0b3d1214c (patch)
tree99a2905017c532b6948b7c48a3a6fa1599e6021d /modules/taxonomy
parentc50ebfe58e37a2b284aab2170eb27895a764b31e (diff)
downloadbrdo-ee33a2e5ba19be7b78a22ab46c5049d0b3d1214c.tar.gz
brdo-ee33a2e5ba19be7b78a22ab46c5049d0b3d1214c.tar.bz2
Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to docblock for taxonomy_get_term_by_name() function.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index eb81870f9..b7e962f89 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1049,7 +1049,7 @@ function taxonomy_get_tree($vid, $parent = 0, $max_depth = NULL, $load_entities
* Provides a case-insensitive and trimmed mapping, to maximize the
* likelihood of a successful match.
*
- * @param name
+ * @param $name
* Name of the term to search for.
*
* @return