summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-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", ""))) : "";
-}
/* @} */
/**