Make WordPress Core

Opened 22 years ago

Closed 22 years ago

Last modified 11 years ago

#80 closed defect (bug) (fixed)

post meta data is not deleted when the post is deleted

Reported by: skippy Owned by: ryan
Priority: normal Milestone:
Component: Administration Version: 1.2
Severity: minor Keywords:
Cc: Focuses:

Description

Deleting a post ought to delete that post's meta data. It does not.

Change History (5)

#2 @majelbstoat
22 years ago

Should be a simple enough patch... I think

$meta = $wpdb->query("DELETE FROM $wpdb->postmeta WHERE post_id = $post_id");

should be inserted after the statements in 'post.php' that delete the post2cat, comments and post entry itself.

#3 @ryan
22 years ago

  • Owner changed from anonymous to rboren
  • Resolution 1020
  • Status newclosed

This ticket was mentioned in Slack in #core-passwords by stevenkword. View the logs.


11 years ago

Note: See TracTickets for help on using tickets.