diff options
Diffstat (limited to 'inc/template.php')
-rw-r--r-- | inc/template.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/inc/template.php b/inc/template.php index 371ef2a7b..334175d26 100644 --- a/inc/template.php +++ b/inc/template.php @@ -73,9 +73,6 @@ function tpl_content_core(){ case 'draft': html_draft(); break; - case 'wordblock': - html_edit($TEXT,'wordblock'); - break; case 'search': html_search(); break; |