MT 1.x-2.x users who hate seeing target=”_blank” in the comment URL’s, a tip from the support forum: open lib/MT/Template/Context.pm, then search for and delete all occurrences of the offending text. For popup comment windows, replace it with target=”_parent”. It might be wise to add an onclick=”window.close();” too.