Various fixes from forums and such.

git-svn-id: https://develop.svn.wordpress.org/trunk@725 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-01-06 10:33:07 +00:00
parent 79698ba6b4
commit bab03a7a4b
5 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -1655,7 +1655,7 @@ function comment_author_link() {
}
$url = str_replace('http://url', '', $url);
$url = preg_replace('|[^a-z0-9-_.,/:]|i', '', $url);
$url = preg_replace('|[^a-z0-9-_.?=&;,/:]|i', '', $url);
if (empty($url) && empty($email)) {
echo $author;
return;