- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-includes/default-widgets.php
r11706 r11650 713 713 $desc = esc_attr(strip_tags(@html_entity_decode($rss->get_description(), ENT_QUOTES, get_option('blog_charset')))); 714 714 if ( empty($title) ) 715 $title = esc_html(strip_tags($rss->get_title()));715 $title = htmlentities(strip_tags($rss->get_title())); 716 716 $link = esc_url(strip_tags($rss->get_permalink())); 717 717 while ( stristr($link, 'http') != $link )
Note: See TracChangeset
for help on using the changeset viewer.