Changeset 4497
- Timestamp:
- 11/19/06 08:06:03 (2 years ago)
- Files:
-
- trunk/wp-includes/author-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/author-template.php
r4146 r4497 189 189 $authors = $wpdb->get_results($query); 190 190 191 foreach ( $authors as $author ) {191 foreach ( (array) $authors as $author ) { 192 192 $author = get_userdata( $author->ID ); 193 193 $posts = get_usernumposts($author->ID);
