Download & Extend

Use taxonomy_term_path($t) to fetch term path

Project:Taxonomy Block
Version:6.x-1.0-beta2
Component:Code
Category:bug report
Priority:normal
Assigned:zoner
Status:closed (fixed)

Issue Summary

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.

AttachmentSize
taxonomy_term_path_use.patch1.61 KB

Comments

#1

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.