forked from GNUsocial/gnu-social
Merge remote branch 'gitorious/0.9.x' into 0.9.x
This commit is contained in:
commit
61ca2cb6b5
@ -148,7 +148,7 @@ ENDOFSCRIPT;
|
|||||||
$noticeUrl .= '#disqus_thread';
|
$noticeUrl .= '#disqus_thread';
|
||||||
|
|
||||||
$noticeListItem->out->element(
|
$noticeListItem->out->element(
|
||||||
'a', array('href' => $noticeUrl, 'class' => 'disqus_count', 'Comments')
|
'a', array('href' => $noticeUrl, 'class' => 'disqus_count'), 'Comments'
|
||||||
);
|
);
|
||||||
|
|
||||||
$noticeListItem->showNoticeOptions();
|
$noticeListItem->showNoticeOptions();
|
||||||
|
Loading…
Reference in New Issue
Block a user