瀏覽代碼

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 年之前
父節點
當前提交
5fd66dec29
共有 1 個文件被更改,包括 0 次插入2 次删除
  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');
     }