Use taxonomy_term_path($t) to fetch term path instead of l(title, "taxonomy/term/...")

Some other modules (taxonomy_redirect) can overriding term paths with hook_term_path.

CommentFileSizeAuthor
taxonomy_term_path_use.patch1.61 KBsandorczettner

Comments

drupalnesia’s picture

Status: Patch (to be ported) » Closed (fixed)

6.x-1.0-BETA3: Fixed: Use taxonomy_term_path($t) to fetch term path, compability to taxonomy_redirect module

Thanks for patching.