diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-13 11:30:12 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-13 11:30:12 -0400 |
commit | 1c50e110776b1676303bcd894fabe0fbf92cad31 (patch) | |
tree | 9c14257379822c1ea111d74871328021d74df18e | |
parent | 809df852c3b79e9ce0d76cc81e73da463ec5557c (diff) |
add author information for RSS
darcs-hash:20080613153012-84dde-3b5b4670681fc40dc62d82a1609ebca69a921bda.gz
-rw-r--r-- | lib/rssaction.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'); } |