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 |
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.