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
This commit is contained in:
parent
6c5769cc4c
commit
e18222df3d
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue