• Resolved b-t-o

    (@b-t-o)


    Hi,

    there were 2 bugs in widget_logic.php, which I fixed myself.

    Would be fine, if you could fix it for all ??

    Line 81: threw a php notice: undefined index

    
    changed in: 	$loadpoint = isset($wl_options['widget_logic-options-load_point']) ? (string)@$wl_options['widget_logic-options-load_point'] : '';
    

    Line 333: has nested p-tags (first one in line 327)

    changed in:	<span class="description"><?php printf( esc_html__('This is a "wp register sidebar widget" and is different from regular widgets. Hence it can only be edited from the %s page.', 'widget-logic'), sprintf( '<a href="%s" target="_blank">%s</a>', esc_attr(admin_url('widgets.php')), __('widgets') ) ) ?></span>
    

    Best wishes

    b-t-o

  • The topic ‘2 little bugs’ is closed to new replies.