Changeset 10644 for trunk/wp-includes/author-template.php
- Timestamp:
- 02/25/2009 01:13:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r10570 r10644 489 489 490 490 foreach ( (array) $authors as $author ) { 491 492 $link = ''; 493 491 494 $author = get_userdata( $author->ID ); 492 495 $posts = (isset($author_count[$author->ID])) ? $author_count[$author->ID] : 0; … … 548 551 if ( !($posts == 0 && $hide_empty) && 'list' == $style ) 549 552 $return .= $link . '</li>'; 550 else 553 else if ( ! $hide_empty ) 551 554 $return .= $link . ', '; 552 555 }
Note: See TracChangeset
for help on using the changeset viewer.