Changeset 45611 for trunk/src/wp-includes/widgets/class-wp-widget-rss.php
- Timestamp:
- 07/09/2019 05:44:42 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-rss.php
r42343 r45611 68 68 69 69 if ( ! is_wp_error( $rss ) ) { 70 $desc = esc_attr( strip_tags( @html_entity_decode( $rss->get_description(), ENT_QUOTES, get_option( 'blog_charset' ) ) ) );70 $desc = esc_attr( strip_tags( html_entity_decode( $rss->get_description(), ENT_QUOTES, get_option( 'blog_charset' ) ) ) ); 71 71 if ( empty( $title ) ) { 72 72 $title = strip_tags( $rss->get_title() );
Note: See TracChangeset
for help on using the changeset viewer.