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

git-svn-id: https://develop.svn.wordpress.org/trunk@2252 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-11 01:09:41 +00:00
parent 93ac629632
commit eb631173fa
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>