Opened 16 years ago
Closed 16 years ago
#11174 closed defect (bug) (fixed)
Notice: Undefined variable: post_id in .../wp-includes/post.php while emptying trash
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.9 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
WP uses $post_id instead of $postid while calling delete_post and deleted_post actions. Attached patch fixes this.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
Didn't see this ticket until I had already fixed it. [12222]