Fix typo in get_the_author_url(). props pgdx. fixes #4542
git-svn-id: http://svn.automattic.com/wordpress/trunk@5767 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e9c69747b
commit
0e2d9ff004
|
@ -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