Typo! Whoops.
git-svn-id: http://svn.automattic.com/wordpress/trunk@194 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0e1ccae1a1
commit
70e29f987e
|
@ -989,7 +989,7 @@ function comment_author_link() {
|
||||||
$url = str_replace(';//', '://', $url);
|
$url = str_replace(';//', '://', $url);
|
||||||
$url = (!strstr($url, '://')) ? 'http://'.$url : $url;
|
$url = (!strstr($url, '://')) ? 'http://'.$url : $url;
|
||||||
$url = preg_replace('/&([^#])(?![a-z]{2,8};)/', '&$1', $url);
|
$url = preg_replace('/&([^#])(?![a-z]{2,8};)/', '&$1', $url);
|
||||||
else echo $url;
|
echo $url;
|
||||||
} else {
|
} else {
|
||||||
echo 'mailto:'.$email;
|
echo 'mailto:'.$email;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue