summaryrefslogtreecommitdiff
path: root/inc/template.php
diff options
context:
space:
mode:
authorAdrian Lang <lang@cosmocode.de>2010-03-09 11:42:56 +0100
committerAdrian Lang <lang@cosmocode.de>2010-03-09 12:07:06 +0100
commit5a932e77b3c806514203323540cb30e5ab9c28cf (patch)
tree23ef3ca78915ad9f91c24597476a90afb80a5d0f /inc/template.php
parent45a9933524f9a31e0a104cccfd082217501017ba (diff)
downloadrpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.gz
rpg-5a932e77b3c806514203323540cb30e5ab9c28cf.tar.bz2
Remove wordblock action, issue a msg instead
Diffstat (limited to 'inc/template.php')
-rw-r--r--inc/template.php3
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;