From c90e3f5f819bc0ffc2de101d688b7d02b5bd91c0 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 12 May 2009 16:57:49 +0000 Subject: [PATCH] Feed namespace hooks. Props Denis-de-Bernardy, peaceablewhale. fixes #9792 git-svn-id: http://svn.automattic.com/wordpress/trunk@11303 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/feed-atom-comments.php | 2 +- wp-includes/feed-rss2-comments.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/feed-atom-comments.php b/wp-includes/feed-atom-comments.php index a6f629ef8..545425c3d 100644 --- a/wp-includes/feed-atom-comments.php +++ b/wp-includes/feed-atom-comments.php @@ -12,7 +12,7 @@ echo '' xmlns="http://www.w3.org/2005/Atom" xml:lang="" xmlns:thr="http://purl.org/syndication/thread/1.0" - + > <?php if ( is_singular() ) diff --git a/wp-includes/feed-rss2-comments.php b/wp-includes/feed-rss2-comments.php index 541dd0eac..e1d730a15 100644 --- a/wp-includes/feed-rss2-comments.php +++ b/wp-includes/feed-rss2-comments.php @@ -14,7 +14,7 @@ echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" - <?php do_action('rss2_comments_ns'); ?> + <?php do_action('rss2_ns'); do_action('rss2_comments_ns'); ?> > <channel> <title><?php