• One request. The file widget.php line 36 changed from:
    $widget_output.= '<a href="'.$post_link.'" target="'.($instance['link_target']?'_blank':'').'">';
    to:
    $widget_output.= '<a href="'.$post_link.'"'.($instance['link_target']?' target="_blank"':'').'>';

    Reason: an empty target attribute not valid (http: //validator.w3.org)

The topic ‘Nice plugin! Simple and easy.’ is closed to new replies.