Changes between Version 1 and Version 6 of Ticket #34995
- Timestamp:
- 12/11/2015 06:32:01 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34995
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
invalid
-
Property
Milestone
changed from
Awaiting Review
to
-
Property
Status
changed from
-
Ticket #34995 – Description
v1 v6 7 7 I also referenced the codex which suggests that everything I've got implemented is correct. 8 8 9 When I run this code on WordPress 4.3 it works fine. But when I upgrade to WordPress 4.4 the __constructor is correctly called, but WP_Widget::wiget is never called.9 When I run this code on WordPress 4.3 it works fine. But when I upgrade to WordPress 4.4 the `__constructor` is correctly called, but WP_Widget::widget is never called. 10 10 11 11 I haven't debugged down into the core to see what changed. I was hoping someone else has seen a problem similar and that we have a solution coming soon.