From bfe79aacdd3f707d267c4b42c919596898ef6318 Mon Sep 17 00:00:00 2001 From: ryan Date: Thu, 16 Aug 2007 18:35:11 +0000 Subject: [PATCH] Use dc:creator instead of author for rss2 comment feeds. Props lexhair, Otto42. fixes #4704 for 2.2 git-svn-id: http://svn.automattic.com/wordpress/branches/2.2@5882 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 50f5e3dae8..adb29303fa 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() ) @@ -37,7 +39,7 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); } ?> - + post_password) && $_COOKIE['wp-postpass'] != $comment_post->post_password) : ?>