Ticket #34319: 34319.diff
File 34319.diff, 466 bytes (added by , 10 years ago) |
---|
-
media.php
868 868 $img_width = ( $image ) ? $image['width'] : $img_meta['width']; 869 869 $img_height = ( $image ) ? $image['height'] : $img_meta['height']; 870 870 871 // Bail early if the width isn't greater tha tzero.871 // Bail early if the width isn't greater than zero. 872 872 if ( ! $img_width > 0 ) { 873 873 return false; 874 874 }