From 02c622dea123ff89ca45d19bd4ee402f8cf74a00 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 Jan 2004 22:10:47 +0000 Subject: - Patch 4332 by Goba: eliminate compose tips module. --- includes/common.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes/common.inc') 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", ""))) : ""; -} /* @} */ /** -- cgit v1.2.3