From 8b1f52e4c0f80e387405362db3c1868e02885805 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: https://develop.svn.wordpress.org/trunk@1337 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 7db6415005..bc38db3ed0 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 83714914f2..4c61b43e2c 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 +