Skip to content

Commit

Permalink
Merge branch 'master' into 3.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Aug 2, 2012
2 parents 50dd486 + 71e33d9 commit b4bd491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/comment/helpers/comment_rss.php
Expand Up @@ -36,7 +36,7 @@ static function available_feeds($item, $tag) {
}

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;
Expand Down

0 comments on commit b4bd491

Please sign in to comment.