#34493 closed defect (bug) (fixed)
wp_handle_comment_submission() does not set the user_ID
Reported by: | imath | Owned by: | johnbillion |
---|---|---|---|
Milestone: | 4.4 | Priority: | high |
Severity: | normal | Version: | 4.4 |
Component: | Comments | Keywords: | has-patch needs-unit-tests |
Focuses: | Cc: |
Description
Hi,
When a logged in user post a comment, the user_id field of the $wpdb->comments table is never populated, although it was the case before the introduction of the function wp_handle_comment_submission()
since [34799]
Applying the attached patch is fixing the issue.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
In 35435: