Ticket #10378 (closed defect (bug): fixed)
The feed widget breaks UTF-8 titles
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8.2 |
| Component: | Widgets | Version: | 2.8.1 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
WP_Widget_RSS::widget() calls htmlentities() on the feed title, which by default assumes the string is in iso-8859-1 and thus encodes every byte as an entity.
In fact, we don't need to use htmlentities(), since the title is used in HTML. esc_html() is enough.
Attachments
Change History
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.

