Opened 2 months ago
Closed 2 months ago
#64391 closed defect (bug) (duplicate)
The "&" is printed instead of "&" in the WordPress Events & News Widget
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Widgets | Keywords: | |
| Focuses: | Cc: |
Description
In WordPress 6.9, the "&" is printed instead of "&" in the WordPress Events & News Widget. Please refer to the attached screenshot.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Related #63611
I think the root cause is that the HTML entities contained within the title of the RSS feed itself are already escaped.
Once PR 9042 is committed, this issue should be resolved as well.