#22347 closed defect (bug) (fixed)
Wrong default_background_color in Twenty Eleven
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Bundled Theme | Version: | 3.4.2 |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
In functions.php:
$default_background_color = 'f1f1f1';
In style.css:
body {
background: #e2e2e2;
}
As a result, when the user goes to the Custom Background screen for the first time, the background color value says #f1f1f1, which is not accurate.
Found in 3.4.2. Confirmed in trunk. Attaching a patch file.
Attachments (1)
Change History (5)
miqrogroove — 7 months ago
comment:1
miqrogroove — 7 months ago
- Keywords has-patch added
comment:2
SergeyBiryukov — 6 months ago
- Milestone changed from Awaiting Review to 3.5
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 22408:
comment:4
miqrogroove — 6 months ago
Thank you Sergey and Nacin :)
Note: See
TracTickets for help on using
tickets.

Confirmed. Introduced in [20973].
Seems like a copy/paste from Twenty Ten, where the default background color is indeed #f1f1f1.