Opened 16 months ago
Closed 16 months ago
#19894 closed defect (bug) (duplicate)
Using image editor in admin doesn't generate custom sized thumbnails
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Media | Version: | 3.3.1 |
| Severity: | major | Keywords: | |
| Cc: |
Description
Editing post thumbnail using the built-in image editor and custom add_image_size() image sizes won't get generated when saving modified image.
Problem seems to be in source:trunk/wp-admin/includes/image-edit.php#L620 as $meta['sizes'] doesn't contain information about additional image sizes. $sizes array does contain those additional image size names.
Change History (1)
Note: See
TracTickets for help on using
tickets.

#19889