From a2ea0dcae03759542a480de7b88612f64aa77b67 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Thu, 11 Aug 2011 20:03:53 +0000 Subject: [PATCH] remove stuff accidentally committed in r94279 --- includes/parser/Parser.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index 7b70362395..9e85556915 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -1998,15 +1998,6 @@ class Parser { } wfProfileOut( __METHOD__."-interwiki" ); - # Interprojects - wfProfileIn( __METHOD__."-interproject" ); - global $wgInterProjectLinks; - if ( is_array( $wgInterProjectLinks ) && isset( $wgInterProjectLinks[$iw] ) && $nottalk ) { - $this->mOutput->addInterProjectLink( $iw, $nt, ( $wasblank ? '' : $text ) ); - wfProfileOut( __METHOD__."-interproject" ); - } - wfProfileOut( __METHOD__."-interproject" ); - if ( $ns == NS_FILE ) { wfProfileIn( __METHOD__."-image" ); if ( !wfIsBadImage( $nt->getDBkey(), $this->mTitle ) ) { -- 2.20.1