Viewing 1 replies (of 1 total)
  • Thread Starter necro1970

    (@necro1970)

    To correct the code, I changed the lines @ line 147:

    Original –
    $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);

    Modified –
    $title = empty($instance['title']) ? '' : apply_filters('widget_title', $instance['title']);

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Simple Adsense Inserter] Little bug when "title" is empty’ is closed to new replies.