#3452 closed defect (bug) (fixed)
xmlrpc uploads do not have attachment metadata.
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Administration | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: |
Description
Files uploaded through xmlrpc don't show up all pretty like in the upload viewer.
Attached:
- Moves wp_create_thumbnail() to functions.php
- new function wp_generate_thumbnail_metadata()
- Uses that new function.
This has the side effect of creating thumbnails for all xmlrpc uploaded images.
Marking milestone as 2.1. Thoughts?
Attachments (1)
Change History (7)
- Owner changed from anonymous to mdawaffe
- Status changed from new to assigned
#3446 - duplicate ticket (sorry) different fixes.
This patch fixes the function, the other addresses the function call.
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

From a quick review this looks nice.
Could we consider adding a filter to wp_create_thumbnail on the new sizes we have computed passing enough data to allow a plugin to change the sizes before we create the thumbnail?