#22347 closed defect (bug) (fixed)
Wrong default_background_color in Twenty Eleven
Reported by: | miqrogroove | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4.2 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | 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)
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
.