UpThemes / Evo-Theme

http://upthemes.com/themes/evo/
1 stars 0 forks source link

Default thumbnail handling does not work properly #3

Closed chipbennett closed 12 years ago

chipbennett commented 12 years ago

Default thumbnail output calls $width and $height, which are undefined. These need to be defined using get_option( 'thumbnail_size_w' ) and get_option( 'thumbnail_size_h' ), respectively.

chipbennett commented 12 years ago

Fixed