[wp-cvs] wordpress wp-rss2.php,1.33,1.34
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Jan 24 06:26:57 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17711
Modified Files:
wp-rss2.php
Log Message:
Don't localized RSS dates - http://mosquito.wordpress.org/view.php?id=732
Index: wp-rss2.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-rss2.php,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** wp-rss2.php 22 Jan 2005 03:45:35 -0000 1.33
--- wp-rss2.php 24 Jan 2005 06:26:55 -0000 1.34
***************
*** 31,35 ****
<link><?php permalink_single_rss() ?></link>
<comments><?php comments_link(); ?></comments>
! <pubDate><?php the_time('D, d M Y H:i:s +0000'); ?></pubDate>
<?php the_category_rss() ?>
--- 31,35 ----
<link><?php permalink_single_rss() ?></link>
<comments><?php comments_link(); ?></comments>
! <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() ?>
More information about the cvs
mailing list