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:
parent
402a228880
commit
bf00906f7a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user