#34493 closed defect (bug) (fixed)
wp_handle_comment_submission() does not set the user_ID
| Reported by: | imath | Owned by: | johnbillion |
|---|---|---|---|
| Priority: | high | Milestone: | 4.4 |
| Component: | Comments | Version: | 4.4 |
| Severity: | normal | Keywords: | has-patch needs-unit-tests |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 35435: