Opened 11 years ago
Closed 11 years ago
#34978 closed defect (bug) (fixed)
Extra quotes in title in WP_Widget_RSS class, widget method
| Reported by: | dcdeaton | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4.1 |
| Component: | Widgets | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Introduced in [33814].