My site: http://comatose.nu
Click on blog, and then on one of the plugs and you'll see what I'm trying to change.
The links open in the same pop-up window, and I would like them to open in another window (target=_blank),
I guess that the code I should edit is in myhacks.php file.
Although, I tried to edit these lines (line 13)..
$output[] = '<a href="' . $commenter->comment_author_url . '" title="' . $commenter->comment_author . '">' . $commenter->comment_author . '</a>';
I tried to add a target=_blank code, but it did not work.
Any suggestions?