From: Evan Prodromou Date: Wed, 20 Apr 2011 17:41:50 +0000 (-0400) Subject: remove hidden

in notice list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cacf627ce3555292032cc712596d9e475dacbc1f;p=quix0rs-gnu-social.git remove hidden

in notice list --- 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;