Posted by mvc on May 26, 2009 at 8:53pm
| Project: | Taxonomy Image |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
taxonomy_image_display() correctly translates the image title attribute, which is either the taxonomy term's description or its name. However, it does not translate the image alt attribute, which is always the term's name. The attached patch fixes this problem.
| Attachment | Size |
|---|---|
| tax_image.patch | 1.64 KB |
Comments
#1
Here's a cleaner patch which removes some redundant code I'd added.