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:
@@ -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();
|
||||||
|
Reference in New Issue
Block a user