Przeglądaj źródła

Removing hook that, AFAIK is only used to add output to compose screen; other hooks will be used for this in 1.5.2+

pdontthink 18 lat temu
rodzic
commit
5fd66dec29
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      src/compose.php

+ 0 - 2
src/compose.php

@@ -1304,8 +1304,6 @@ function showInputForm ($session, $values=false) {
             . "</p>\r\n";
     }
 
-    do_hook('compose_bottom', $null);
-
     if ($compose_new_win=='1') {
         $oTemplate->display('compose_newwin_close.tpl');
     }