summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-01-27 22:10:47 +0000
committerDries Buytaert <dries@buytaert.net>2004-01-27 22:10:47 +0000
commit02c622dea123ff89ca45d19bd4ee402f8cf74a00 (patch)
tree7999014c84956db447887ba4fbfe8aac5763b3fc /includes
parent01b5aa1736bddc4b64590da57844d1061f4130eb (diff)
downloadbrdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.gz
brdo-02c622dea123ff89ca45d19bd4ee402f8cf74a00.tar.bz2
- Patch 4332 by Goba: eliminate compose tips module.
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 8d6cdcc41..bc8c57564 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -934,10 +934,6 @@ function form_weight($title = NULL, $name = "weight", $value = 0, $delta = 10, $
return form_select($title, $name, $value, $weights, $description, $extra);
}
-
-function form_allowed_tags_text() {
- return variable_get("allowed_html", "") ? (t("Allowed HTML tags") .": ". htmlspecialchars(variable_get("allowed_html", ""))) : "";
-}
/* @} */
/**