Changes between Initial Version and Version 1 of Ticket #63786, comment 11
- Timestamp:
- 08/14/2025 04:01:55 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63786, comment 11
initial v1 36 36 37 37 Before applying the patch, most tags were stripped from the output. 38 After applying the patch, all 7 tags (`<data>`, `<datalist>`, `<dialog>`, `<picture>`, `<progress>`, `<search>`, `<time>`) were preserved.38 After applying the patch, all 6 tags (`<data>`, `<dialog>`, `<picture>`, `<progress>`, `<search>`, `<time>`) were preserved. 39 39 40 40 === Additional Notes 41 41 - ❗❗ I'm using `htmlentities()` so that I can show the visual difference on the sreenshot, but the idea is same and has no difference without `htmlentities()`. 42 - `<datalist>` will not be included as per https://core.trac.wordpress.org/ticket/63786?cnum_edit=11#comment:9 42 43 - Patch behaves as expected and aligns with intended changes to extend allowed HTML tags. 43 44 - Tested both before and after patch application to confirm the difference.