widget-options
widget-options copied to clipboard
Fix issue for https://wordpress.org/support/topic/error-from-widget-o…
…ptions-is-causing-widget-dashboard-to-freeze-up/
Mh we may add an isset check to $wp_registered_widget_controls[ $params[0]['widget_id'] ]['callback'] before actually checking for an array?
Mh we may add an isset check to
$wp_registered_widget_controls[ $params[0]['widget_id'] ]['callback']before actually checking for an array?
Added and commited