http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94280

Revision: 94280
Author:   robin
Date:     2011-08-11 20:03:53 +0000 (Thu, 11 Aug 2011)
Log Message:
-----------
remove stuff accidentally committed in r94279

Modified Paths:
--------------
    trunk/phase3/includes/parser/Parser.php

Modified: trunk/phase3/includes/parser/Parser.php
===================================================================
--- trunk/phase3/includes/parser/Parser.php     2011-08-11 19:58:23 UTC (rev 
94279)
+++ trunk/phase3/includes/parser/Parser.php     2011-08-11 20:03:53 UTC (rev 
94280)
@@ -1998,15 +1998,6 @@
                                }
                                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 ) ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to