Changeset 15567 for trunk/wp-includes/author-template.php
- Timestamp:
- 09/05/2010 02:49:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/author-template.php
r15148 r15567 282 282 283 283 /** @todo Move select to get_authors(). */ 284 $users = get_users _of_blog();284 $users = get_users(); 285 285 $author_ids = array(); 286 286 foreach ( (array) $users as $user )
Note: See TracChangeset
for help on using the changeset viewer.