From e18222df3db8451cd212cb5d1b89ef6989f698b8 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Fri, 13 Oct 2006 06:08:27 +0000 Subject: [PATCH] fix function name error in last two commits. fixes #3228 git-svn-id: http://svn.automattic.com/wordpress/trunk@4387 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index a2c2e08fc..2a22eb93e 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -593,7 +593,7 @@ function antispambot($emailaddy, $mailto=0) { return $emailNOSPAMaddy; } -function make_clickable_mine4($ret) { +function make_clickable($ret) { $ret = ' ' . $ret; // in testing, using arrays here was found to be faster $ret = preg_replace(