Changeset 10810 for trunk/wp-includes/author-template.php
- Timestamp:
- 03/18/2009 02:43:45 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r10661 r10810 518 518 519 519 foreach ( (array) $authors as $author ) { 520 521 $link = ''; 522 520 521 $link = ''; 522 523 523 $author = get_userdata( $author->ID ); 524 524 $posts = (isset($author_count[$author->ID])) ? $author_count[$author->ID] : 0;
Note: See TracChangeset
for help on using the changeset viewer.