From ee33a2e5ba19be7b78a22ab46c5049d0b3d1214c Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 30 Sep 2011 14:38:28 -0700 Subject: Issue #1295460 by TR, pillarsdotnet: Fixed Add missing '$' character to docblock for taxonomy_get_term_by_name() function. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') 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 -- cgit v1.2.3