From b693e5f7724bfecfb83a950e706cb66cd0ba581f Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 4 Jan 2009 06:37:11 -0800 Subject: [PATCH] whitespace matching --- core/util.inc.php | 1 - 1 file changed, 1 deletion(-) 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);