Changes between Initial Version and Version 1 of Ticket #58366, comment 62
- Timestamp:
- 10/11/2023 03:03:45 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58366, comment 62
initial v1 2 2 > @nicolefurlan I object! ;) It feels like an important issue with a working hack but I understand dev cycles and making releases. I just really hope it doesn't miss 6.5... 3 3 4 At the moment [attachment:"58366-poc.diff"] is available as a proof of concept but needs further testing to validate it fixes the issue with line breaks disappearing.4 At the moment [attachment:"58366-poc.diff"] is available as a proof of concept but needs further testing to validate it fixes the issue with line breaks. 5 5 6 6 If it proves successful, I'll work on a pull request to get the code in a form that is ready for commit (the POC is really, really hacky). … … 11 11 12 12 * short codes are not executed in user submitted content (comments and other form data) 13 * that it resolves the issue with line-breaks being stripped from shortcodes in block themes 13 * that it resolves the issue with line-breaks being stripped from shortcodes in block themes and replaced with HTML tags 14 14 * paragraph and line break tags are not added inappropriately around the shortcode 15 15 * content is not stripped for users without the `unfiltered_html` capability