Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63786, comment 11


Ignore:
Timestamp:
08/14/2025 04:01:55 AM (10 months ago)
Author:
rollybueno
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63786, comment 11

    initial v1  
    3636
    3737Before 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.
     38After applying the patch, all 6 tags (`<data>`, `<dialog>`, `<picture>`, `<progress>`, `<search>`, `<time>`) were preserved.
    3939
    4040=== Additional Notes
    4141- ❗❗ 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
    4243- Patch behaves as expected and aligns with intended changes to extend allowed HTML tags.
    4344- Tested both before and after patch application to confirm the difference.