Add space. Props MtDewVirus. fixes #6972

git-svn-id: https://develop.svn.wordpress.org/trunk@7968 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-20 23:50:29 +00:00
parent e4440a230d
commit 668380be55
1 changed files with 1 additions and 1 deletions

View File

@ -1150,7 +1150,7 @@ function wp_widget_rss_output( $rss, $args = array() ) {
if ( $date ) {
if ( $date_stamp = strtotime( $date ) )
$date = '<span class="rss-date">' . date_i18n( get_option( 'date_format' ), $date_stamp ) . '</span>';
$date = ' <span class="rss-date">' . date_i18n( get_option( 'date_format' ), $date_stamp ) . '</span>';
else
$date = '';
}