Skip to content

Commit

Permalink
Add space. Props MtDewVirus. fixes #6972
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/trunk@7968 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed May 20, 2008
1 parent f08f975 commit ae3cca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-includes/widgets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
}
Expand Down

0 comments on commit ae3cca9

Please sign in to comment.