[wp-trac] [WordPress Trac] #22347: Wrong default_background_color in Twenty Eleven
WordPress Trac
noreply at wordpress.org
Fri Nov 2 18:48:54 UTC 2012
#22347: Wrong default_background_color in Twenty Eleven
-----------------------------+---------------------------
Reporter: miqrogroove | Type: defect (bug)
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Bundled Theme
Version: 3.4.2 | Severity: normal
Keywords: |
-----------------------------+---------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22347>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list