From: Sarven Capadisli Date: Thu, 19 Nov 2009 14:27:20 +0000 (+0000) Subject: Changed notice source and location order X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d1893a1ca90a8d69d35d436cc9633a5cfdf84a96;p=quix0rs-gnu-social.git Changed notice source and location order --- diff --git a/lib/noticelist.php b/lib/noticelist.php index bf12bb73c5..0744d71a99 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -199,8 +199,8 @@ class NoticeListItem extends Widget { $this->out->elementStart('div', 'entry-content'); $this->showNoticeLink(); - $this->showNoticeLocation(); $this->showNoticeSource(); + $this->showNoticeLocation(); $this->showContext(); $this->out->elementEnd('div'); }