Download & Extend

Translate image alt attribute as well as title attribute

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.

AttachmentSize
tax_image.patch1.64 KB

Comments

#1

Here's a cleaner patch which removes some redundant code I'd added.

AttachmentSize
tax_image.patch 2.24 KB