• Anonymous User 14145219

    (@anonymized-14145219)


    There is a bug in the plugin code where

    $comment_html_format is forcibly set to have target=_blank

    This makes the code always ignore the target_blank setting.

    Please change it to something like this:

    $comment_html_format .= '<a class="dsq-widget-user" href="%3$s" %9$s >%2$s</a>
     <span class="dsq-widget-comment">%8$s</span>
     <p class="dsq-widget-meta"><a href="%5$s">%6$s</a>&nbsp;·&nbsp;
     <a href="%5$s%7$s" ' . $target_string . ' >%4$s</a>
     </p>';
  • The topic ‘Bug in Target Blank’ is closed to new replies.