From ab452bb770c80d200423f9ba79fac587ca4deb4d Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Fri, 10 Jul 2009 05:47:16 +0000 Subject: [PATCH] #141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser. --- modules/taxonomy/taxonomy.module | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 653184cce084..ae099aaa7c36 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -57,7 +57,6 @@ function taxonomy_link($type, $node = NULL) { * @return * An internal Drupal path. */ - function taxonomy_term_path($term) { $vocabulary = taxonomy_get_vocabulary($term->vid); if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {