From 1c50e110776b1676303bcd894fabe0fbf92cad31 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 13 Jun 2008 11:30:12 -0400 Subject: add author information for RSS darcs-hash:20080613153012-84dde-3b5b4670681fc40dc62d82a1609ebca69a921bda.gz --- lib/rssaction.php | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/rssaction.php b/lib/rssaction.php index a61facd92..9d38bb275 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -116,6 +116,7 @@ class Rss10Action extends Action { common_element('link', NULL, $nurl); common_element('description', NULL, $notice->content); common_element('dc:date', NULL, common_date_w3dtf($notice->created)); + common_element('dc:creator', NULL, ($profile->fullname) ? $profile->fullname : $profile->nickname); common_element('cc:licence', array('rdf:resource' => $config['license']['url'])); common_element_end('item'); } -- cgit v1.2.3-54-g00ecf