From 9d1360e1db2b4a52b17b144a6f30dc22cbdc1419 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2021 21:06:26 +0300 Subject: phpstan 1.0 cleanup --- init.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/init.php b/init.php index bdf5df1..400e7c6 100755 --- a/init.php +++ b/init.php @@ -1,6 +1,5 @@ host = $host; - //$host->add_hook($host::HOOK_PREFS_TAB, $this); } function get_js() { @@ -25,14 +22,4 @@ class Time_to_Read extends Plugin { function api_version() { return 2; } - - function hook_prefs_tab($args) { - if ($args != "prefPrefs") return; - - print "
photo ".$this->__('Test-Test')."\">"; - - print "
"; - - } } -- cgit v1.2.3