Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #40010, comment 15


Ignore:
Timestamp:
03/23/2017 04:32:52 AM (8 years ago)
Author:
aussieguy123
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40010, comment 15

    initial v1  
    33We have a plugin which is removing the 'full' size via the 'wp_prepare_attachment_for_js' filter.
    44
    5 This is what triggers the bug. Either my patch or Weston's patch should fix the front end in cases like our 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.
     5This 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.