Merge branch '0.9.x' into 1.0.x

This commit is contained in:
Evan Prodromou
2010-09-06 10:12:17 -04:00
81 changed files with 10304 additions and 2841 deletions

View File

@@ -148,7 +148,7 @@ ENDOFSCRIPT;
$noticeUrl .= '#disqus_thread';
$noticeListItem->out->element(
'a', array('href' => $noticeUrl, 'class' => 'disqus_count', 'Comments')
'a', array('href' => $noticeUrl, 'class' => 'disqus_count'), 'Comments'
);
$noticeListItem->showNoticeOptions();