diff options
Diffstat (limited to 'themes/unconed/unconed.theme')
-rw-r--r-- | themes/unconed/unconed.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/unconed/unconed.theme b/themes/unconed/unconed.theme index bb93d4a60..34bf2677d 100644 --- a/themes/unconed/unconed.theme +++ b/themes/unconed/unconed.theme @@ -140,9 +140,9 @@ <? } - function controls($threshold, $mode, $order) { + function controls() { print "<HR>"; - print comment_controls($threshold, $mode, $order); + print comment_controls(); print "<HR>"; } |