Changes between Initial Version and Version 1 of Ticket #18598, comment 4
- Timestamp:
- 09/06/11 01:00:27 (21 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18598, comment 4
initial v1 1 1 Replying to [comment:3 SergeyBiryukov]: 2 > Looks like `$sidebars_widgets` needs to be declared as global in `wp_get_sidebars_widgets()`. Otherwise `retrieve_widgets()`, being called from there, sees `$sidebars_widgets` as undefined, and calls `wp_get_sidebars_widgets()` again and again. 3 4 5 Aha, so I was right! (That was my guess in #wordpress-dev) 6 2 7 > The patch also fixes the notice when `$sidebars_widgets['wp_inactive_widgets']` is not defined. 3 8 4 Perfect. I caught that too but didn't want to open a ticket for this edge case. Two birds, one stone. 9 10 Excellent. I caught that too but didn't want to open a ticket for this edge case. Two birds, one stone. 5 11 6 12 +1 to patch.
