Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64771, comment 45


Ignore:
Timestamp:
03/27/2026 03:03:48 PM (4 months ago)
Author:
jonsurrell

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64771, comment 45

    initial v1  
    11Replying to [comment:42 jorbin]:
    2 > [There have concerns] about the idea of just adding a notice as it won't stop users from potentially breaking a page without the ability to unbreak it.
     2> [There are concerns] about the idea of just adding a notice as it won't stop users from potentially breaking a page without the ability to unbreak it.
    33
    44This is a fair concern, however it's not unique to this situation. If a user with `unfiltered_html` creates a post with a custom HTML block with CSS and/or JavaScript and another user edits it, the content will be mangled. This has long been the case because post content will be filtered based on the user saving the post.