#6648 closed defect (bug) (invalid)
wp_set_post_categories not working properly
Reported by: | mjvillarejo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
hi, i detected that the funcion doesn't work properly because it makes from the array of categories, an array of numbers based on the 'intval' function line ~1493 of posts.php,
$post_categories = array_map('intval', $post_categories);
to fix it, just comment the array_map line.
Regards,
MV
Change History (3)
Note: See
TracTickets for help on using
tickets.
It's supposed to accept an array of ints.