From 4b5cbea16aba2ab19ac6f8035b154008fd007947 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 14 Apr 2011 15:33:59 -0400 Subject: [PATCH] no popular notice section for tags --- actions/tag.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/actions/tag.php b/actions/tag.php index 045fac97b5..f3514bef55 100644 --- a/actions/tag.php +++ b/actions/tag.php @@ -55,12 +55,6 @@ class TagAction extends Action return true; } - function showSections() - { - $pop = new PopularNoticeSection($this); - $pop->show(); - } - function title() { if ($this->page == 1) {