Changeset 53455 for trunk/src/wp-includes/widgets.php
- Timestamp:
- 06/01/2022 06:12:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets.php
r52362 r53455 1768 1768 $items = 10; 1769 1769 } 1770 $url = esc_url_raw( strip_tags( $widget_rss['url'] ) );1770 $url = sanitize_url( strip_tags( $widget_rss['url'] ) ); 1771 1771 $title = isset( $widget_rss['title'] ) ? trim( strip_tags( $widget_rss['title'] ) ) : ''; 1772 1772 $show_summary = isset( $widget_rss['show_summary'] ) ? (int) $widget_rss['show_summary'] : 0;
Note: See TracChangeset
for help on using the changeset viewer.