Bring back DC for multi-author blogs - http://mosquito.wordpress.org/view.php?id=843

git-svn-id: http://svn.automattic.com/wordpress/trunk@2252 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-11 01:09:41 +00:00
parent 8e960566a9
commit 1ccd2d86a3
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ $more = 1;
<rss version="2.0"
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/"
>
<channel>
@ -31,6 +32,7 @@ $more = 1;
<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>
<dc:creator><?php the_author() ?></dc:creator>
<?php the_category_rss() ?>
<guid><?php the_permalink($id); ?></guid>