mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-09 09:57:38 +01:00
Remove debug
git-svn-id: http://svn.automattic.com/wordpress/trunk@6452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d6e864abc2
commit
3ab33265bc
@ -631,7 +631,6 @@ function _make_url_clickable_cb($matches) {
|
|||||||
$url = clean_url($url);
|
$url = clean_url($url);
|
||||||
if ( empty($url) )
|
if ( empty($url) )
|
||||||
return $matches[0];
|
return $matches[0];
|
||||||
error_log($matches[0], 0);
|
|
||||||
return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>";
|
return $matches[1] . "<a href=\"$url\" rel=\"nofollow\">$url</a>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user