From a5fe68e002632c190ffbd85167671ed4d4961135 Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 21 Jun 2007 16:41:02 +0000 Subject: WP Merge to WP 2.2.1 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1005 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-includes/feed-atom-comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f7aaba8..0cde6e7 100644 --- a/wp-includes/feed-atom-comments.php +++ b/wp-includes/feed-atom-comments.php @@ -40,7 +40,7 @@ if ( have_comments() ) : while ( have_comments() ) : the_comment(); printf(__('By: %s'), get_comment_author_rss()); } ?> - + -- cgit