From 988a4ce48e656668d41a47063e02fa68fb8d30f9 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Fri, 21 May 2004 22:32:58 +0000 Subject: [PATCH] don't translate months and weekdays in date strings git-svn-id: http://svn.automattic.com/wordpress/trunk@1337 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-rss.php | 4 ++-- wp-rss2.php | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-rss.php b/wp-rss.php index 7db641500..bc38db3ed 100644 --- a/wp-rss.php +++ b/wp-rss.php @@ -16,7 +16,7 @@ header('Content-type: text/xml', true); <?php bloginfo_rss('name') ?> - + http://backend.userland.com/rss092 @@ -41,4 +41,4 @@ if (get_settings('rss_use_excerpt')) { - \ No newline at end of file + diff --git a/wp-rss2.php b/wp-rss2.php index 83714914f..4c61b43e2 100644 --- a/wp-rss2.php +++ b/wp-rss2.php @@ -1,7 +1,7 @@ Copyright - + http://wordpress.org/?v= @@ -31,7 +31,7 @@ header('Content-type: text/xml', true); <?php the_title_rss() ?> - post_date_gmt); ?> + post_date_gmt, 0); ?> @@ -44,4 +44,4 @@ header('Content-type: text/xml', true); - \ No newline at end of file +