Issue Description
In the Dev docs on wp_list_users, the default value of exclude_admin is wrong. It says false, but it should be true according to the source code.
URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/wp_list_users/
Section of Page with the issue
Parameters
Why is this a problem?
Wrong default value mentioned.
Suggested Fix
Change false to true in the docs/comment in the source code.
Issue Description
In the Dev docs on
wp_list_users, the default value ofexclude_adminis wrong. It saysfalse, but it should betrueaccording to the source code.URL of the Page with the Issue
https://developer.wordpress.org/reference/functions/wp_list_users/
Section of Page with the issue
Parameters
Why is this a problem?
Wrong default value mentioned.
Suggested Fix
Change
falsetotruein the docs/comment in the source code.