diff --git a/src/wp-includes/widgets.php b/src/wp-includes/widgets.php index 2acfdd8c07594..c88727e812d03 100644 --- a/src/wp-includes/widgets.php +++ b/src/wp-includes/widgets.php @@ -1637,6 +1637,9 @@ function wp_widget_rss_output( $rss, $args = array() ) { return; } + $blog_charset = get_option( 'blog_charset' ); + $date_format = $show_date ? get_option( 'date_format' ) : ''; + echo '