Remove debug

git-svn-id: https://develop.svn.wordpress.org/trunk@6452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-12-21 06:12:23 +00:00
parent b8965ef065
commit 26a0cf0e7b
1 changed files with 0 additions and 1 deletions

View File

@ -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>";
}