forked from GNUsocial/gnu-social
Fix output bug in DisqusPlugin -- 'Comments' link contents was in attributes instead of comments, which broke output and spewed errors
This commit is contained in:
parent
4aac47de03
commit
43b0c65a86
@ -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…
x
Reference in New Issue
Block a user