Closed (fixed)
Project:
Taxonomy Block
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
16 Oct 2009 at 12:46 UTC
Updated:
11 Nov 2009 at 08:45 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_term_path_use.patch | 1.61 KB | sandorczettner |
Comments
Comment #1
drupalnesia commented6.x-1.0-BETA3: Fixed: Use taxonomy_term_path($t) to fetch term path, compability to taxonomy_redirect module
Thanks for patching.