Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -1998,15 +1998,6 @@ |
1999 | 1999 | } |
2000 | 2000 | wfProfileOut( __METHOD__."-interwiki" ); |
2001 | 2001 | |
2002 | | - # Interprojects |
2003 | | - wfProfileIn( __METHOD__."-interproject" ); |
2004 | | - global $wgInterProjectLinks; |
2005 | | - if ( is_array( $wgInterProjectLinks ) && isset( $wgInterProjectLinks[$iw] ) && $nottalk ) { |
2006 | | - $this->mOutput->addInterProjectLink( $iw, $nt, ( $wasblank ? '' : $text ) ); |
2007 | | - wfProfileOut( __METHOD__."-interproject" ); |
2008 | | - } |
2009 | | - wfProfileOut( __METHOD__."-interproject" ); |
2010 | | - |
2011 | 2002 | if ( $ns == NS_FILE ) { |
2012 | 2003 | wfProfileIn( __METHOD__."-image" ); |
2013 | 2004 | if ( !wfIsBadImage( $nt->getDBkey(), $this->mTitle ) ) { |