bumps
This commit is contained in:
@ -77,7 +77,7 @@ EOD;
|
||||
|
||||
public function onPageSubNavBuilding(PageSubNavBuildingEvent $event)
|
||||
{
|
||||
if ($event->parent=="comment") {
|
||||
if ($event->parent == "comment") {
|
||||
$event->add_nav_link("comment_rss", new Link('rss/comments'), "Feed");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user