Don't localized RSS dates - http://mosquito.wordpress.org/view.php?id=732
git-svn-id: https://develop.svn.wordpress.org/trunk@2127 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
854ef401c3
commit
7952d88e24
@ -30,7 +30,7 @@ $more = 1;
|
|||||||
<title><?php the_title_rss() ?></title>
|
<title><?php the_title_rss() ?></title>
|
||||||
<link><?php permalink_single_rss() ?></link>
|
<link><?php permalink_single_rss() ?></link>
|
||||||
<comments><?php comments_link(); ?></comments>
|
<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() ?>
|
<?php the_category_rss() ?>
|
||||||
|
|
||||||
<guid><?php the_permalink($id); ?></guid>
|
<guid><?php the_permalink($id); ?></guid>
|
||||||
|
Loading…
Reference in New Issue
Block a user