Typo! Whoops.

git-svn-id: http://svn.automattic.com/wordpress/trunk@194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-06-08 10:15:17 +00:00
parent 0e1ccae1a1
commit 70e29f987e

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;
}