Make WordPress Core

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


Ignore:
Timestamp:
10/11/2023 03:03:45 AM (2 years ago)
Author:
peterwilsoncc
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58366, comment 62

    initial v1  
    22> @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...
    33
    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.
     4At 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.
    55
    66If 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).
     
    1111
    1212* 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
    1414* paragraph and line break tags are not added inappropriately around the shortcode
    1515* content is not stripped for users without the `unfiltered_html` capability