Remove debug

git-svn-id: http://svn.automattic.com/wordpress/trunk@6452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2007-12-21 06:12:23 +00:00
parent d6e864abc2
commit 3ab33265bc
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>";
}