diff options
author | Nathan Kinkade <nath@nkinka.de> | 2012-08-06 21:38:35 +0000 |
---|---|---|
committer | Nathan Kinkade <nath@nkinka.de> | 2012-08-06 21:38:35 +0000 |
commit | c6047a18fe13df2fc5bae7f9b2c7c5df30446bc1 (patch) | |
tree | b1590c3e6842bf4bb82841b03e4081e50a66a654 /modules/comment/helpers | |
parent | 527bc809aaa6d48e7c1a7be50de31a4c3adcee90 (diff) | |
parent | d882c1ba78b6ae811abd226dd46446c914e74dd0 (diff) |
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r-- | modules/comment/helpers/comment_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_rss.php b/modules/comment/helpers/comment_rss.php index be1968dc..1a7ed53c 100644 --- a/modules/comment/helpers/comment_rss.php +++ b/modules/comment/helpers/comment_rss.php @@ -36,7 +36,7 @@ class comment_rss_Core { } if ($item && comment_rss::feed_visible("per_item")) { - $feeds["comment/item/$item->id"] = + $feeds["comment/per_item/$item->id"] = t("Comments on %title", array("title" => html::purify($item->title))); } return $feeds; |