From b658e546840b8f23e2a1e413f6510104d73ea91f Mon Sep 17 00:00:00 2001 From: donncha Date: Mon, 10 Sep 2007 18:26:30 +0000 Subject: Sync with WP 2.2.3 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1051 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/feed-rss2-comments.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'wp-includes/feed-rss2-comments.php') diff --git a/wp-includes/feed-rss2-comments.php b/wp-includes/feed-rss2-comments.php index 50f5e3d..adb2930 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) : ?> -- cgit