[wp-trac] [WordPress Trac] #57011: wp_list_authors is broken in WordPress 6.1
WordPress Trac
noreply at wordpress.org
Sun Nov 6 06:58:07 UTC 2022
#57011: wp_list_authors is broken in WordPress 6.1
--------------------------+------------------------------
Reporter: lifeboat | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.1
Severity: normal | Resolution:
Keywords: has-patch | Focuses:
--------------------------+------------------------------
Comment (by brookedot):
Do you get the same error with the following without your modification?
{{{#!php
<?php
$result = wp_list_authors( array(
'exclude_admin' => 0,
'optioncount' => 1,
'echo' => 0,
) );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57011#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list