WordPress.org

Make WordPress Core

Opened 2 years ago

Last modified 2 years ago

#17542 new enhancement

Remove upload file after deleting custom background

Reported by: denzel_chia Owned by:
Priority: normal Milestone: Awaiting Review
Component: Administration Version:
Severity: normal Keywords: has-patch
Cc:

Description

I came across a comment on custom-background.php that says
@todo: uploaded files are not removed here.

So, I thought I will come up with this codes for the upload file deletion if user remove background.

Attached custom-background.diff

I had tested on my localhost.

Hope this contribution is useful.

Thanks.

Attachments (2)

custom-background.diff (1.5 KB) - added by denzel_chia 2 years ago.
17542.diff (1.5 KB) - added by kawauso 2 years ago.
Delete on reset and check for attachment ID

Download all attachments as: .zip

Change History (6)

comment:1 ocean902 years ago

You should use the current trunk, there is a revert in your patch, see 'context' => 'custom-background' .

comment:2 kawauso2 years ago

  • Keywords has-patch added

Not got a theme to test this with, but shouldn't we delete the attachment on reset as well?

Attaching a patch that does this and checks we actually have an attachment ID before trying to delete it.

kawauso2 years ago

Delete on reset and check for attachment ID

comment:3 denzel_chia2 years ago

Thanks everybody for the pointers.

comment:4 nacin2 years ago

Nice initial work on this, both of you.

Because backgrounds are now stored with context => custom-background, then we're actually remembering previous backgrounds. Keeping the old background around after settings changes doesn't seem like a problem. But I'll leave that for the UX.

Note: See TracTickets for help on using tickets.