function img_assist_display should pass $attributes to image_display
lesmana - September 23, 2009 - 18:30
| Project: | Image Assist |
| Version: | 6.x-3.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
img_assist_display() takes an optional $attributes parameter, but doesn't do anything with it at the moment. It should be passed along to image_display().
Patch attached.
| Attachment | Size |
|---|---|
| img_assist_display.patch | 346 bytes |

#1
Changing status.
#2
whoops, changing status again.
#3
This is actually an exact duplicate of #489136: Can't set image class in theme. I didn't notice because the title didn't quite match what I was expecting.