Opened 16 years ago
Closed 15 years ago
#10042 closed defect (bug) (fixed)
New wp_list_authors 'style=' fails to return author list
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Template | Keywords: | has-patch needs-testing early |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
Also see #10328 for another suggested fix.