Opened 7 months ago
Closed 7 months ago
#64391 closed defect (bug) (duplicate)
The "&" is printed instead of "&" in the WordPress Events & News Widget
| Reported by: | pmbaldha | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Widgets | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.