Use taxonomy_term_path($t) to fetch term path
zoner - October 16, 2009 - 12:46
| Project: | Taxonomy Block |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | zoner |
| Status: | closed |
Jump to:
Description
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.
| Attachment | Size |
|---|---|
| taxonomy_term_path_use.patch | 1.61 KB |

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