git-svn-id: http://svn.automattic.com/wordpress/trunk@2127 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-01-24 06:26:55 +00:00
parent fa2d1eca23
commit 804f3227da
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $more = 1;
<title><?php the_title_rss() ?></title>
<link><?php permalink_single_rss() ?></link>
<comments><?php comments_link(); ?></comments>
<pubDate><?php the_time('D, d M Y H:i:s +0000'); ?></pubDate>
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_the_time('Y-m-d H:i:s')); ?></pubDate>
<?php the_category_rss() ?>
<guid><?php the_permalink($id); ?></guid>