#2384 closed defect (bug) (fixed)
Warning: Invalid argument supplied for foreach() in wp-includes/template-functions-author.php on line 182
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | trivial | Version: | 2.0 |
Component: | Template | Keywords: | bg|has-patch wp_list_authors |
Focuses: | Cc: |
Description
Warning: Invalid argument supplied for foreach() in wp-includes\template-functions-author.php on line 182
Error happens using wp_list_authors() when only admin user is defined. Default usage of wp_list_authors() causes admin user to be excluded and that causes the error.
If I did this right, the attached fix checks to see if $authors is an array.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
fix for template-functions-author.php