Opened 4 years ago
Closed 3 years ago
#10042 closed defect (bug) (fixed)
New wp_list_authors 'style=' fails to return author list
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Template | Version: | |
| Severity: | normal | Keywords: | has-patch needs-testing early |
| Cc: |
Description
At Revision 11521, the new 'style' argument causes wp_list_authors to return nothing when used like this:
<?php wp_list_authors('style=&exclude_admin=0'); ?>
When use like this, a list is returned:
<?php wp_list_authors('style=&hide_empty=0&exclude_admin=0'); ?>
Tested with two users, one of them admin, each with one post.
Report by butche via http://wordpress.org/support/topic/276491
Attachments (2)
Change History (7)
- Milestone changed from 2.8 to 2.8.1
- Keywords early added
- Milestone changed from 2.9 to 3.0
This slipped through the cracks for 2.9. Marking for early commit to 3.0.
Note: See
TracTickets for help on using
tickets.

Also see #10328 for another suggested fix.