don't translate months and weekdays in date strings

git-svn-id: https://develop.svn.wordpress.org/trunk@1337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi
2004-05-21 22:32:58 +00:00
parent 5ffeea8e7c
commit 8b1f52e4c0
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ header('Content-type: text/xml', true);
<title><?php bloginfo_rss('name') ?></title>
<link><?php bloginfo_rss('url') ?></link>
<description><?php bloginfo_rss('description') ?></description>
<lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT')); ?></lastBuildDate>
<lastBuildDate><?php echo mysql2date('D, d M Y H:i:s +0000', get_lastpostmodified('GMT'), 0); ?></lastBuildDate>
<docs>http://backend.userland.com/rss092</docs>
<?php $items_count = 0; if ($posts) { foreach ($posts as $post) { start_wp(); ?>
@@ -41,4 +41,4 @@ if (get_settings('rss_use_excerpt')) {
</item>
<?php $items_count++; if (($items_count == get_settings('posts_per_rss')) && empty($m)) { break; } } } ?>
</channel>
</rss>
</rss>