From: Mikael Nordfeldth Date: Wed, 22 Apr 2015 20:13:55 +0000 (+0200) Subject: Make it easier to hide attachments list header X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e2caa0bb1982448c7050c76b85a0c4726664806;p=quix0rs-gnu-social.git Make it easier to hide attachments list header --- diff --git a/lib/inlineattachmentlist.php b/lib/inlineattachmentlist.php index 9016daf3f1..410b3b838d 100644 --- a/lib/inlineattachmentlist.php +++ b/lib/inlineattachmentlist.php @@ -35,7 +35,7 @@ class InlineAttachmentList extends AttachmentList { function showListStart() { - $this->out->element('h3', null, _('Attachments')); + $this->out->element('h3', 'attachments-title', _('Attachments')); parent::showListStart(); }