]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelistitem.php
NoticeOptions above NoticeAttachments
[quix0rs-gnu-social.git] / lib / noticelistitem.php
index 4a50f548cb00fc0de53e48416d6817d842fbfa58..eb0d7216f0d53c4c0431dccc4940403a2b8f192e 100644 (file)
@@ -157,8 +157,8 @@ class NoticeListItem extends Widget
     {
         $this->elementStart('footer');
         $this->showNoticeInfo();
-        if ($this->attachments) { $this->showNoticeAttachments(); }
         if ($this->options) { $this->showNoticeOptions(); }
+        if ($this->attachments) { $this->showNoticeAttachments(); }
         $this->elementEnd('footer');
     }