Changes between Version 1 and Version 2 of Ticket #40010, comment 15
- Timestamp:
- 03/23/2017 04:35:43 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40010, comment 15
v1 v2 3 3 We have a plugin which is removing the 'full' size via the 'wp_prepare_attachment_for_js' filter. 4 4 5 This is what triggers the bug. Either my patch or Weston's patch should fix the front end in cases like ours where the 'full' size is removed. I think one should be applied , since its good practice to check if the size exists before using it.5 This is what triggers the bug. Either my patch or Weston's patch should fix the front end in cases like ours where the 'full' size is removed. I think one should be applied (VIP also suggested this in our support ticket), since its good practice to check if the size exists before using it.