#10678 closed defect (bug) (fixed)
array_map callback should be in quotes
Reported by: | harrym | Owned by: | |
---|---|---|---|
Milestone: | 2.9 | Priority: | low |
Severity: | normal | Version: | 2.8.4 |
Component: | Quick/Bulk Edit | Keywords: | |
Focuses: | Cc: |
Description
At line 249 in /wp-admin/includes/post.php, the callback (absint) should be in quotes. It currently generates a notice before headers are emitted, breaking the page when E_NOTICE is enabled.
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [11872]) Fix notice in wp-admin/includes/post.php, props harrym, fixes #10678 for 2.8