r94280 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94279‎ | r94280 | r94281 >
Date:20:03, 11 August 2011
Author:robin
Status:ok
Tags:
Comment:
remove stuff accidentally committed in r94279
Modified paths:
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -1998,15 +1998,6 @@
19991999 }
20002000 wfProfileOut( __METHOD__."-interwiki" );
20012001
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 -
20112002 if ( $ns == NS_FILE ) {
20122003 wfProfileIn( __METHOD__."-image" );
20132004 if ( !wfIsBadImage( $nt->getDBkey(), $this->mTitle ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r94279* CategoryPage.php: fix the "category-empty" message per comment on r91518, i...robin19:58, 11 August 2011

Status & tagging log