Make WordPress Core

Ticket #17262: post.diff

File post.diff, 302 bytes (added by lonnylot, 12 years ago)
Line 
13863c3863
2<       if ( !empty($imagedata['thumb']) && ($thumbfile = str_replace(basename($file), $imagedata['thumb'], $file)) && file_exists($thumbfile) )
3---
4>       if ( !empty($imagedata['thumbnail']) && ($thumbfile = str_replace(basename($file), $imagedata['thumbnail'], $file)) && file_exists($thumbfile) )