mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
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
This commit is contained in:
parent
8f786af426
commit
97b1fde162
@ -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…
x
Reference in New Issue
Block a user