Opened 12 years ago
Closed 12 years ago
#20763 closed defect (bug) (fixed)
Custom Background: "Restore Original Image" button displays when the original image is in the preview.
Reported by: | mfields | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
Here's a screenshot:
https://img.skitch.com/20120527-c5k5p7b1quqg2pfncx3b2i5emc.png
The textured image shown in the preview is the default-image
specified in the call to add_theme_support( 'custom-background' )
. Although the default image is currently selected as the background image, users are still given the option to restore the original image. I think that it would be best to hide the button in cases like this.
A patch is on the way!
Attachments (2)
Change History (6)
#1
@
12 years ago
- Keywords commit added; dev-feedback removed
- Milestone changed from Awaiting Review to 3.4
#3
@
12 years ago
20763.2.diff does the same for "Reset Image" button in custom-header.php
.
It's a bit weird that the buttons are in different places: on Custom Background screen, it's in the middle; on Custom Header screen, it's in the bottom.
Note: See
TracTickets for help on using
tickets.
Loks good.