]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticelistitem.php
Link source==share notices
[quix0rs-gnu-social.git] / lib / noticelistitem.php
index 130821de15585df1d60e073e04a0ea8afd469f90..3a3890b75f56b8900882ea0db1df021926b9d50f 100644 (file)
@@ -351,7 +351,6 @@ class NoticeListItem extends Widget
                                             'href' => Conversation::getUrlFromNotice($this->notice)));
         $this->out->element('time', array('class' => 'dt-published',
                                           'datetime' => common_date_iso8601($this->notice->created),
-                                          // TRANS: Timestamp title (tooltip text) for NoticeListItem
                                           'title' => common_exact_date($this->notice->created)),
                             common_date_string($this->notice->created));
         $this->out->elementEnd('a');