Changeset 4496
- Timestamp:
- 11/19/2006 08:05:46 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/wp-includes/template-functions-author.php
r4234 r4496 184 184 $authors = $wpdb->get_results($query); 185 185 186 foreach ( $authors as $author ) {186 foreach ( (array) $authors as $author ) { 187 187 $author = get_userdata( $author->ID ); 188 188 $posts = get_usernumposts($author->ID);
Note: See TracChangeset
for help on using the changeset viewer.