Opened 10 years ago
Closed 10 years ago
#34956 closed defect (bug) (fixed)
The default for the `comment_post_ID` in `wp_insert_comment` should be `0` not an empty string
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.5 | Priority: | normal |
| Severity: | normal | Version: | 4.0 |
| Component: | Comments | Keywords: | needs-patch good-first-bug |
| Focuses: | Cc: |
Description
The comment_post_ID column in the database is BIGINT and has a default value of 0. Introduced in r28457.
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Correct spacing after asignation