Make WordPress Core

Changeset 5767


Ignore:
Timestamp:
06/27/2007 12:51:04 AM (19 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/author-template.php

    r5727 r5767  
    166166        global $authordata;
    167167
    168         if ( 'http://' == $authordata>user_url )
     168        if ( 'http://' == $authordata->user_url )
    169169                return '';
    170170
Note: See TracChangeset for help on using the changeset viewer.