﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
10492,"Various functions using 'thumb' index to try for image metadata, 'thumbnail' would be correct",simonwheatley,,"Both get_attachment_thumb_file, wp_delete_attachment seem to access the filename for the thumbnail attachment incorrectly; the functions try to get ```$imagemeta[ 'thumb ]```, but WP stores the filename under ```$imagedata[ 'sizes' ][ 'thumbnail' ][ 'file' ]```.

Two patches: wp_get_thumbnail_file has been tested in the course of my development, wp_delete_attachment follows the same principles of correcting the indexes and _should_ work, but hasn't been tested as I'm not using this function in my app currently and am on deadline... sorry!",defect (bug),closed,normal,,Media,2.8.1,normal,duplicate,has-patch,
