Changeset 35210
- Timestamp:
- 10/15/2015 08:51:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r35081 r35210 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;
Note: See TracChangeset
for help on using the changeset viewer.