#48112 closed defect (bug) (fixed)
Undefined $type_attr for TwentyTwenty When A Custom Background is Set
Reported by: | davidbaumwald | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.3 | Priority: | normal |
Severity: | normal | Version: | 5.3 |
Component: | Customize | Keywords: | has-patch |
Focuses: | Cc: |
Description
[46164] introduced a type
attribute one the inline <style>
tag when a custom background is defined in the Customizer. This produces a notice:
Notice: Undefined variable: type_attr in wp-includes\theme.php on line 1708
The notice is thrown inline in the render, making the <style>
tag malformed and not used.
The attached patch moves the $type_attr
assignment out of the conditional which is only evaluated in certain themes.
Attachments (1)
Change History (6)
#1
@
5 years ago
- Owner set to SergeyBiryukov
- Status changed from new to reviewing
- Summary changed from Undefinred $type_attr for TwentyTwenty When A Custom Background is Set to Undefined $type_attr for TwentyTwenty When A Custom Background is Set
This ticket was mentioned in Slack in #core-themes by desrosj. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
Patch