This commit is contained in:
real_nowhereman 2010-04-04 08:37:33 +00:00
parent d25c3ca1e6
commit 6818c2854e

View File

@ -48,6 +48,8 @@ function plugin_lastcomments_widget() {
$update = true; $update = true;
continue; continue;
} }
comment_clean($arr);
$content .= $content .=
"<li> "<li>
@ -183,4 +185,4 @@ function plugin_lastcomments_rssinit() {
*/ */
?> ?>