Changeset 5701
- Timestamp:
- 06/14/07 02:30:26 (1 year ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r5700 r5701 386 386 $author = get_userdata( $author->ID ); 387 387 $posts = (isset($author_count[$author->ID])) ? $author_count[$author->ID] : 0; 388 $name = $author-> nickname;388 $name = $author->display_name; 389 389 390 390 if ( $show_fullname && ($author->first_name != '' && $author->last_name != '') )
