mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-23 04:49:11 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -61,7 +61,7 @@ class comment_rss_Core {
|
||||
$feed->max_pages = ceil($comments->count_all() / $limit);
|
||||
$feed->title = htmlspecialchars(t("Recent Comments"));
|
||||
$feed->uri = url::abs_site("albums/" . (empty($id) ? "1" : $id));
|
||||
$feed->description = t("Recent Comments");
|
||||
$feed->description = t("Recent comments");
|
||||
|
||||
return $feed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user