From c897a0ba270f217512e37f8bd520dd24b35b058d Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 28 Feb 2007 12:13:39 +0000 Subject: WP Merge to rev 4956 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@904 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/feed-atom-comments.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'wp-includes/feed-atom-comments.php') diff --git a/wp-includes/feed-atom-comments.php b/wp-includes/feed-atom-comments.php index 7687a8c..7efb3f9 100644 --- a/wp-includes/feed-atom-comments.php +++ b/wp-includes/feed-atom-comments.php @@ -16,10 +16,10 @@ echo '' printf(__('Comments for %s'), get_bloginfo_rss( 'name' ) . get_wp_title_rss()); ?> - + WordPress - + @@ -41,13 +41,13 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); } ?> - + ' . get_comment_author_url() . ''; ?> - + -- cgit