Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59577, comment 6


Ignore:
Timestamp:
01/17/2024 06:20:40 PM (13 months ago)
Author:
flixos90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59577, comment 6

    initial v1  
    66
    77The reason for that bug is that the `template` context is used for those images and that context is immediately skipped from any further processing. The original rationale for that was to avoid double processing images (related: #55996) - but it ignores the scenario where there are images as part of the template itself and thus those wouldn't have been processed as part of another context.
     8
     9I believe this ticket here is notably more severe in its impact than #59464, because it applies to any images in the overarching template. #59464 is only relevant for sites that keep the original template images in their templates, which I don't anticipate to be very common since they are usually considered placeholder images.