From cacf627ce3555292032cc712596d9e475dacbc1f Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 20 Apr 2011 13:41:50 -0400 Subject: [PATCH] remove hidden

in notice list --- lib/noticelist.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/noticelist.php b/lib/noticelist.php index 273bf3a231..f18b2d6684 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -81,8 +81,6 @@ class NoticeList extends Widget function show() { $this->out->elementStart('div', array('id' =>'notices_primary')); - // TRANS: Header in notice list. - $this->out->element('h2', null, _m('HEADER','Notices')); $this->out->elementStart('ol', array('class' => 'notices xoxo')); $cnt = 0; -- 2.39.5