Changes between Initial Version and Version 1 of Ticket #35480, comment 11
- Timestamp:
- 03/11/2016 09:26:54 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35480, comment 11
initial v1 4 4 Right. To work, `wp_calculate_image_srcset()` needs all of the meta. Bypassing the image when some meta is missing or the meta is corrupted seems best. 5 5 6 The `is_array( $image )` check is good, needs another for the image name.6 The `is_array( $image )` check is good, needs another for the image file name.