Opened 12 months ago

Closed 12 months ago

Last modified 12 months ago

#20658 closed defect (bug) (fixed)

Thumbnails are not removed when the main image is deleted

Reported by: SergeyBiryukov Owned by: ryan
Priority: normal Milestone: 3.4
Component: Media Version: 3.4
Severity: major Keywords: has-patch
Cc:

Description

wp_delete_attachment() relies on attachment metadata when removing intermediate images:
http://core.trac.wordpress.org/browser/tags/3.3.1/wp-includes/post.php#L3820

Since [20435], the metadata is no longer accessible (deleted from both database and cache) at that point.

Attachments (1)

20658.patch (1.2 KB) - added by SergeyBiryukov 12 months ago.

Download all attachments as: .zip

Change History (4)

  • Owner set to ryan
  • Resolution set to fixed
  • Status changed from new to closed

In [20770]:

Collect intermediate images before deleting an attachment and its meta. Fixes thumbnail deletion. Props SergeyBiryukov. fixes #20658

comment:2 follow-up: ↓ 3   nacin12 months ago

Should we double-check the rest of [20435]?

comment:3 in reply to: ↑ 2   SergeyBiryukov12 months ago

Replying to nacin:

Should we double-check the rest of [20435]?

The rest seems fine.

Note: See TracTickets for help on using tickets.