r91197 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91196‎ | r91197 | r91198 >
Date:18:45, 30 June 2011
Author:aaron
Status:ok
Tags:
Comment:
Reverted r91195, this isn't needed ;)
Modified paths:
  • /trunk/phase3/includes/Linker.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Linker.php
@@ -2000,9 +2000,5 @@
20012001 public function __call( $fname, $args ) {
20022002 return call_user_func_array( array( 'Linker', $fname ), $args );
20032003 }
2004 -
2005 - public static function normalizeSubpageLink( $contextTitle, $target, &$text ) {
2006 - return Linker::normalizeSubpageLink( $contextTitle, $target, $text );
2007 - }
20082004 }
20092005

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91195Added normalizeSubpageLink() to DummyLinker. __call doesn't handle static fun...aaron18:38, 30 June 2011

Status & tagging log