Changes between Initial Version and Version 3 of Ticket #11809
- Timestamp:
- 04/26/10 00:06:53 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11809
- Property Summary changed from Gallery shortcode does not respect alternate text to Galleries and template tags do not respect alternate text
- Property Milestone changed from to 3.1
-
Ticket #11809 – Description
initial v3 1 1 When adding an image directly to a post (using the media uploader), the alternate text specified by the user is used for the alt attribute of the img element. When using the [gallery] shortcode, however, the alt attribute for each image is a duplicate of the caption (post_excerpt) for that image. The alternate text supplied by the user is not used at all. 2 3 ---- 4 miqrogroove points out that the template tags for attachments variously output the image title or a blank attribute where the alt text should be. (Added by nacin)
