From 93675d4e20bf192ea33a98581eceb7347e4b94a4 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 23 Jan 2009 18:03:02 +0000 Subject: [PATCH] Remove unused code --- includes/parser/Parser.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 07d449e2d3..c37c48e3dc 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1406,12 +1406,6 @@ class Parser $url = Sanitizer::cleanUrl( $url ); - if ( $this->mOptions->mExternalLinkTarget ) { - $attribs = array( 'target' => $this->mOptions->mExternalLinkTarget ); - } else { - $attribs = array(); - } - # Use the encoded URL # This means that users can paste URLs directly into the text # Funny characters like ö aren't valid in URLs anyway -- 2.20.1