[wp-cvs] wordpress wp-rss2.php,1.34,1.35
Matthew Mullenweg
saxmatt at users.sourceforge.net
Fri Feb 11 01:09:43 GMT 2005
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14595
Modified Files:
wp-rss2.php
Log Message:
Bring back DC for multi-author blogs - http://mosquito.wordpress.org/view.php?id=843
Index: wp-rss2.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-rss2.php,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** wp-rss2.php 24 Jan 2005 06:26:55 -0000 1.34
--- wp-rss2.php 11 Feb 2005 01:09:41 -0000 1.35
***************
*** 17,20 ****
--- 17,21 ----
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
>
***************
*** 32,35 ****
--- 33,37 ----
<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>
+ <dc:creator><?php the_author() ?></dc:creator>
<?php the_category_rss() ?>
More information about the cvs
mailing list