From 19f1e721bb56825d4a4410b387e1c0fd77eb6bff Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 16 Aug 2007 18:34:57 +0000 Subject: [PATCH] Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.3 git-svn-id: http://svn.automattic.com/wordpress/trunk@5881 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-rss2-comments.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-includes/feed-rss2-comments.php b/wp-includes/feed-rss2-comments.php index 33e44c1d5..b8addc293 100644 --- a/wp-includes/feed-rss2-comments.php +++ b/wp-includes/feed-rss2-comments.php @@ -5,7 +5,9 @@ echo ''; ?> + xmlns:content="http://purl.org/rss/1.0/modules/content/" + xmlns:dc="http://purl.org/dc/elements/1.1/" + > <?php if ( is_singular() ) @@ -36,7 +38,7 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); } ?> - + post_password) && $_COOKIE['wp-postpass'] != $comment_post->post_password) : ?>