Remove debug
git-svn-id: http://svn.automattic.com/wordpress/branches/2.3@6453 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
beb95394e3
commit
eac48efe48
|
@ -627,7 +627,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