Sfoglia il codice sorgente

Remove unused hook

pdontthink 11 anni fa
parent
commit
41dbe6fe7e
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      plugins/squirrelspell/setup.php

+ 0 - 2
plugins/squirrelspell/setup.php

@@ -26,8 +26,6 @@ function squirrelmail_plugin_init_squirrelspell() {
       'squirrelspell_setup';
   $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] =
       'squirrelspell_optpage_register_block';
-  $squirrelmail_plugin_hooks['options_link_and_description']['squirrelspell'] =
-      'squirrelspell_options';
   $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] =
       'squirrelspell_upgrade';
 }