Skip to content
Snippets Groups Projects
Commit 0d4e7526 authored by Steven Wittens's avatar Steven Wittens
Browse files

little bugger bug

parent 56f68498
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -24,9 +24,6 @@ class Theme { ...@@ -24,9 +24,6 @@ class Theme {
var $fgcolor3 = "#000000"; var $fgcolor3 = "#000000";
var $hlcolor3 = "yellow"; var $hlcolor3 = "yellow";
var $posted = array("Posted by: ","Added by: ","Typed by: ","Dropped by: ");
###### ######
# Syntax.......: header($title); # Syntax.......: header($title);
# Description..: a function to draw the page header. # Description..: a function to draw the page header.
...@@ -206,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) { ...@@ -206,7 +203,7 @@ function commentControl($sid, $title, $threshold, $mode, $order) {
if ($number>0) 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>
<? <?
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment