Make WordPress Core

Changes between Version 6 and Version 7 of Ticket #61833


Ignore:
Timestamp:
08/22/2024 04:33:49 AM (19 months ago)
Author:
dmsnell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61833 – Description

    v6 v7  
    11It seems that when a post title contains HTML character references (entities) that the list of posts in the //Bulk Edit// screen shows the raw HTML markup in its non-decoded form. Instead, it ought to show the decoded form.
    22
    3 || [[Image(https://cldup.com/Ti9hsHgHpN.mp4)]] || [[Image(https://cldup.com/cTnfJAgODG.png)]] ||
     3|| [[Image(https://cldup.com/RNH1LGEjg7.png)]] || [[Image(https://cldup.com/cTnfJAgODG.png)]] ||
    44
    55The JavaScript is escaping the raw HTML, preserving the character references as syntax instead of decoding them as text.