Fix typo in get_the_author_url(). props pgdx. fixes #4542

git-svn-id: https://develop.svn.wordpress.org/trunk@5767 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-06-27 00:51:04 +00:00
parent 402a228880
commit bf00906f7a

View File

@ -165,7 +165,7 @@ function the_author_email() {
function get_the_author_url() {
global $authordata;
if ( 'http://' == $authordata>user_url )
if ( 'http://' == $authordata->user_url )
return '';
return $authordata->user_url;