#6833 closed defect (bug) (fixed)
Dashboard - Fatal error (wp-admin/index.php(101) : runtime-created function)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5 |
Component: | Administration | Keywords: | dashboard runtime-created has-patch commit has-unit-tests |
Focuses: | Cc: |
Description
If array_reduce on line 101 in wp-admin/index.php returns NULL then the following fatal error is throw:
Fatal error: Unsupported operand types in ./wp-admin/index.php(101) : runtime-created function on line 1
Attachments (1)
Change History (9)
#1
@
17 years ago
- Keywords has-patch commit added
I believe theres another ticket for this too, But i cant locate it (Only the same fix mentioned online a month ago by someone who probably didnt submit the fix to WordPress..)
This ticket was mentioned in PR #6840 on WordPress/wordpress-develop by @ellatrix.
12 months ago
#7
- Keywords has-unit-tests added
See also #6833
Note: See
TracTickets for help on using
tickets.
A patch I used to fix this