From: Evan Prodromou Date: Fri, 13 Jun 2008 15:30:12 +0000 (-0400) Subject: add author information for RSS X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c50e110776b1676303bcd894fabe0fbf92cad31;p=quix0rs-gnu-social.git add author information for RSS darcs-hash:20080613153012-84dde-3b5b4670681fc40dc62d82a1609ebca69a921bda.gz --- diff --git a/lib/rssaction.php b/lib/rssaction.php index a61facd920..9d38bb2755 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'); }