One more PHP notice?
-
Changelog for 1.2.1 mention a fix for a notice but I seem to have one more.
Something like:
Undefined index: widget_logic-options-filter /xxxxx/wp-content/plugins/widget-css-classes/includes/widget-css-classes.class.php on line 103
103 is
if ( 'checked' == $widget_logic_options['widget_logic-options-filter'] ) {
Was also in previous version where I think I fixed same line with
if ( isset( $widget_logic_options['widget_logic-options-filter']) && 'checked' == $widget_logic_options['widget_logic-options-filter'] ) {
At least notice went away.
If someone can reproduce I hope it get fixed. Debug cosmetics can be important.
Have to install Widget Logic to see it. Also must save settings, possibly also go to widget page and force a save. I almost could not get to show on a clean install but it will show under right conditions ??
- The topic ‘One more PHP notice?’ is closed to new replies.