diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 39eca9231805..3b3aa865b222 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -200,11 +200,15 @@
-
- $result = mysql_query("SELECT COUNT(tid) FROM comments WHERE sid = $sid AND score < $threshold");
- if ($result && $number = mysql_result($result, 0)) {
- ?>
fgcolor2"; ?>">There are at least echo $number; ?> comments below your threshold.
- }
+
+
+ $number=discussion_num_filtered($sid, $pid);
+ if ($number>0)
+ {
+ ?>
+
There are at least echo format_plural($number, "comment", "comments"); ?> comments below your threshold.
+
+ }
print "";
print "";