summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-21 00:59:02 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-03-21 00:59:02 +0000
commit84f30b9a6f92f5317f88ab9150fffc3f48daa4f8 (patch)
tree1a3781a54b32da668fd3b2314bc69f6ed8038cab
parent2c940c9494af169517f0bc5a54dc331ad1cedd95 (diff)
downloadbrdo-84f30b9a6f92f5317f88ab9150fffc3f48daa4f8.tar.gz
brdo-84f30b9a6f92f5317f88ab9150fffc3f48daa4f8.tar.bz2
#141965 by jeffschuler: Remove newline so hook_term_path() docs show up.
-rw-r--r--modules/taxonomy/taxonomy.module1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 471f8269b..39ee62af3 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -87,7 +87,6 @@ function taxonomy_node_view($node) {
* @return
* An internal Drupal path.
*/
-
function taxonomy_term_path($term) {
$vocabulary = taxonomy_vocabulary_load($term->vid);
if ($vocabulary->module != 'taxonomy' && $path = module_invoke($vocabulary->module, 'term_path', $term)) {