From e341ccf044953d2bef7972562cc553743d1453e5 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 29 Apr 2004 01:41:40 +0000 Subject: [PATCH] Use dc:creator instead of author in RSS feeds, as RSS2's author must be an e-mail address and we have only usernames/ips --- includes/Feed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Feed.php b/includes/Feed.php index 0f654af20b..0be93e8a70 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -109,7 +109,7 @@ class RSSFeed extends ChannelFeed { global $wgVersion; $this->outXmlHeader(); - ?> + ?> <?php print $this->getTitle() ?> getUrl() ?> @@ -127,7 +127,7 @@ class RSSFeed extends ChannelFeed { getUrl() ?> getDescription() ?> getDate() ) { ?>formatTime( $item->getDate() ) ?> - getAuthor() ) { ?>getAuthor() ?> + getAuthor() ) { ?>getAuthor() ?> getComments() ) { ?>getComments() ?>