diff --git a/core/util.inc.php b/core/util.inc.php index a0946b66..b126d543 100644 --- a/core/util.inc.php +++ b/core/util.inc.php @@ -211,7 +211,6 @@ function get_base_href() { return $dir; } - function format_text($string) { $tfe = new TextFormattingEvent($string); send_event($tfe);