From 0d4e75269a8208d607a8d94f3b02e39695801c19 Mon Sep 17 00:00:00 2001
From: Steven Wittens <steven@10.no-reply.drupal.org>
Date: Sun, 26 Nov 2000 15:22:23 +0000
Subject: [PATCH] little bugger bug

---
 themes/unconed/unconed.theme | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme
index 77b4f869bcaa..1be4a6c77aff 100644
--- a/themes/unconed/unconed.theme
+++ b/themes/unconed/unconed.theme
@@ -24,9 +24,6 @@ class Theme {
    var $fgcolor3 = "#000000";
    var $hlcolor3 = "yellow";
 
-   var $posted = array("Posted by: ","Added by: ","Typed by: ","Dropped by: ");
-
-
    ######
    # Syntax.......: header($title);
    # Description..: a function to draw the page header.
@@ -206,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) {
 					if ($number>0)
 					{					
            ?>
-           <BR><SMALL>There are at least <? echo format_plural($number, "comment", "comments"); ?> comments below your threshold.</SMALL>
+           <BR><SMALL>There are at least <? echo format_plural($number, "comment", "comments"); ?> below your threshold.</SMALL>
            <?
           }
 
-- 
GitLab