Opened 10 months ago

Last modified 10 months ago

#21510 new defect (bug)

Use get_background_color() in _custom_background_cb()

Reported by: greenshady Owned by:
Priority: normal Milestone: Awaiting Review
Component: Themes Version: 3.4.1
Severity: normal Keywords: has-patch
Cc: kontakt@…, konstantin@…

Description

When themes add a default background color via the custom-background feature, it isn't shown until the user saves it in the admin. The issue is that the _custom_background_cb() uses get_theme_mod( 'background_color' ) instead of get_background_color(), which will handle the default.

The attached patch should correct this.

Attachments (1)

get_background_color.diff (458 bytes) - added by greenshady 10 months ago.

Download all attachments as: .zip

Change History (4)

  • Cc kontakt@… added

Related: #20448

  • Cc konstantin@… added
Note: See TracTickets for help on using tickets.