#12168 closed defect (bug) (fixed)
PHP4 - Notice: Array to string conversion in /Applications/MAMP/htdocs/wordpress-trunk/wp-includes/formatting.php on line 427
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Formatting | Keywords: | |
Focuses: | Cc: |
Description
Basically when sanitizing the post fields we pass the ancestors of a post which is always and array of ints to a function which expects a string and hence we turn it into garbage.
It goes from being and Array of ints to being a string containing just Array().
Change History (3)
Note: See
TracTickets for help on using
tickets.
(In [13016]) Ensure we don't mangle the array of post ancestors when sanitising a post for editing. Fixes #12168.