Changeset 5699 for trunk/wp-includes/author-template.php
- Timestamp:
- 06/13/2007 06:03:17 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r5638 r5699 165 165 function get_the_author_url() { 166 166 global $authordata; 167 168 if ( 'http://' == $authordata>user_url ) 169 return ''; 170 167 171 return $authordata->user_url; 168 172 }
Note: See TracChangeset
for help on using the changeset viewer.