Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -1406,12 +1406,6 @@ |
1407 | 1407 | |
1408 | 1408 | $url = Sanitizer::cleanUrl( $url ); |
1409 | 1409 | |
1410 | | - if ( $this->mOptions->mExternalLinkTarget ) { |
1411 | | - $attribs = array( 'target' => $this->mOptions->mExternalLinkTarget ); |
1412 | | - } else { |
1413 | | - $attribs = array(); |
1414 | | - } |
1415 | | - |
1416 | 1410 | # Use the encoded URL |
1417 | 1411 | # This means that users can paste URLs directly into the text |
1418 | 1412 | # Funny characters like ö aren't valid in URLs anyway |