Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58366, comment 14


Ignore:
Timestamp:
05/22/2023 02:04:51 PM (3 years ago)
Author:
domainsupport
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58366, comment 14

    initial v1  
    88> }}}
    99
    10 I didn't wait to see if inline script was affected although I have no doubt that it is. I started trying to overcome the issue by putting all returned HTML on a single line but then realised that this wasn't possible for <textarea> input fields that have paragraphs of text within them.
     10I didn't wait to see if inline script was affected although I have no doubt that it is. I started trying to overcome the issue by putting all returned HTML on a single line but then realised that this wasn't possible for `<textarea>` input fields that have paragraphs of text within them and at that point I gave up.
    1111
    1212I notice you are getting your example `xxx` shortcode to output an `wp:html` formatted block ... are you saying that this would be ignored by the content filters and could be a possible work-around?