Opened 8 years ago
Closed 8 years ago
#36852 closed defect (bug) (fixed)
WP_Customize_Manager::after_setup_theme() refers to $_SERVER['customized'] instead of $_POST['customized']
Reported by: | westonruter | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | Customize | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
The isset( $_SERVER['customized'] )
check in WP_Customize_Manager::after_setup_theme()
will always be false. It should be isset( $_POST['customized'] )
. Introduced in r31421.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Looks good to me.