Opened 9 years ago
Closed 9 years ago
#34978 closed defect (bug) (fixed)
Extra quotes in title in WP_Widget_RSS class, widget method
Reported by: | dcdeaton | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.4.1 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Widgets | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
https://github.com/WordPress/WordPress/blob/master/wp-includes/widgets/class-wp-widget-rss.php#L79
Also showing up in the developer resources: https://developer.wordpress.org/reference/classes/wp_widget_rss/
<?php esc_url( $link ) . '">"'. esc_html( $title ) .'"</a>';
Attachments (1)
Change History (7)
#1
follow-up:
↓ 3
@
9 years ago
- Keywords needs-patch added
- Milestone changed from Awaiting Review to 4.4.1
#4
@
9 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 35978:
Note: See
TracTickets for help on using
tickets.
Introduced in [33814].