Remove debug
git-svn-id: https://develop.svn.wordpress.org/trunk@6452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b8965ef065
commit
26a0cf0e7b
@ -631,7 +631,6 @@ function _make_url_clickable_cb($matches) {
|
||||
$url = clean_url($url);
|
||||
if ( empty($url) )
|
||||
return $matches[0];
|
||||
error_log($matches[0], 0);
|
||||
return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user