From d192868755736b6d9187f5ff556ea5acdc72f78c Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Sat, 11 Apr 2015 21:00:57 +0100 Subject: Remove old help links --- app/Stats.php | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app/Stats.php') diff --git a/app/Stats.php b/app/Stats.php index e7fcf321cd..93e6548056 100644 --- a/app/Stats.php +++ b/app/Stats.php @@ -140,10 +140,6 @@ class Stats { if (method_exists($this, $tags[$i])) { $new_tags[] = "#{$full_tag}#"; $new_values[] = call_user_func_array(array($this, $tags[$i]), array($params)); - } elseif ($tags[$i] == 'help') { - // re-merge, just in case - $new_tags[] = "#{$full_tag}#"; - $new_values[] = help_link(implode(':', $params)); } } -- cgit v1.3