Opened 11 years ago
Closed 11 years ago
#27504 closed defect (bug) (fixed)
Widget Customizer: Add pre_update_option filter, replace Options_Transaction
Reported by: | ocean90 | Owned by: | |
---|---|---|---|
Milestone: | 3.9 | Priority: | high |
Severity: | major | Version: | 3.9 |
Component: | Customize | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
The plan was to remove Options_Transaction completely, but we can't at least not for the old single widgets.
I'm attaching the patch from #27112 where Options_Transaction is now Option_Update_Capture.
The goal should be, to use Option_Update_Capture only for old single widgets.
Previously reported and resolved wontfix in #13836
Attachments (5)
Change History (18)
This ticket was mentioned in IRC in #wordpress-dev by ocean90. View the logs.
11 years ago
@
11 years ago
Replace Options_Transaction with option update capturing with methods merged into class WP_Customize_Widgets. Patches, commits, and conflict resolutions also pushed to https://github.com/x-team/wordpress-develop/pull/1/files
This ticket was mentioned in IRC in #wordpress-dev by westonruter. View the logs.
11 years ago
#7
@
11 years ago
I'll convert the static
-flavoured WP_Customize_Widgets
into a properly-instantiated class.
@
11 years ago
Convert static WP_Customize_Widgets class into instantiated class. Changes also pushed to GitHub: https://github.com/x-team/wordpress-develop/pull/1/files
This ticket was mentioned in IRC in #wordpress-dev by westonruter. View the logs.
11 years ago
#9
@
11 years ago
For the changes between 27504.2.patch and 27504.3.patch, see: https://github.com/x-team/wordpress-develop/commit/223004ae1130857525b64f2706f97c417a3059df
Refresh patch. Conflicts also resolved at https://github.com/x-team/wordpress-develop/pull/1/files