Opened 17 years ago
Closed 17 years ago
#11167 closed enhancement (fixed)
Pass $size and $attr to post_image_html filter
| Reported by: | waltervos | Owned by: | MarkJaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Media | Version: | 2.9 |
| Severity: | normal | Keywords: | has-patch needs-testing the_post_image filter |
| Cc: | Focuses: |
Description
It seems strange to me that get_the_post_image accepts $post_id, $size and $attr but when the filter post_image_html is applied, these parameters are not passed to it. This way, when $html is empty (when an image wasn't found) a plugin author only has $post_id to work with it. If you wanted to make a plugin that will use a default image where no post_image was found, you couldn't. A patch is attached to this ticket to illustrate what I mean.
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
diff format