Typo! Whoops.

git-svn-id: https://develop.svn.wordpress.org/trunk@194 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-06-08 10:15:17 +00:00
parent 89310fac44
commit 3b26010d14
1 changed files with 1 additions and 1 deletions

View File

@ -989,7 +989,7 @@ function comment_author_link() {
$url = str_replace(';//', '://', $url);
$url = (!strstr($url, '://')) ? 'http://'.$url : $url;
$url = preg_replace('/&([^#])(?![a-z]{2,8};)/', '&$1', $url);
else echo $url;
echo $url;
} else {
echo 'mailto:'.$email;
}