Make WordPress Core

Changes between Version 3 and Version 4 of Ticket #61482, comment 6


Ignore:
Timestamp:
06/23/2024 01:58:08 PM (2 years ago)
Author:
neo2k23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61482, comment 6

    v3 v4  
    1111Either way if set to true or false the filter is reached, but the end result is the same.  rel="noopener" is added.
    1212
    13 The main problem here is that the formatting within as shortcode on save content should not take place.  The formatting should take place as the code executes in the frontend.
     13The main problem here is that the formatting within a shortcode on save content should not take place.  The formatting should take place when the code executes in the frontend.
    1414
    1515I still believe this is a kind of a bug.