Opened 17 years ago
Closed 16 years ago
#10042 closed defect (bug) (fixed)
New wp_list_authors 'style=' fails to return author list
| Reported by: | michaelh | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Template | Version: | |
| Severity: | normal | Keywords: | has-patch needs-testing early |
| Cc: | Focuses: |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Also see #10328 for another suggested fix.