Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
if (!file_exists($thumbpath) ||
($thumb_config['filename_prefix'] == '' && !$config['square_thumbs'] && $thumb_config['size'] != $height) ||
($thumb_config['filename_prefix'] == '' && !$config['square_thumbs'] && $width == $height) ||
($thumb_config['filename_prefix'] == '' && $config['square_thumbs'] && $width != $height) ||
($thumb_config['filename_prefix'] != '' && $thumb_config['size'] != $width) ||
($thumb_config['filename_prefix'] == '' && $config['square_thumbs'] && $thumb_config['size'] != $height && $thumb_config['size'] != $width))
{
...
1 to 4 of 4