From 97b1fde162d0f910ed8f59127ebdb6455a89ce70 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 13 Oct 2006 06:08:27 +0000 Subject: [PATCH] fix function name error in last two commits. fixes #3228 git-svn-id: https://develop.svn.wordpress.org/trunk@4387 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 a2c2e08fc5..2a22eb93e7 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(