Changes between Initial Version and Version 1 of Ticket #58366, comment 14
- Timestamp:
- 05/22/2023 02:04:51 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58366, comment 14
initial v1 8 8 > }}} 9 9 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.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 and at that point I gave up. 11 11 12 12 I 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?