Index: trunk/phase3/includes/Linker.php |
— | — | @@ -2000,9 +2000,5 @@ |
2001 | 2001 | public function __call( $fname, $args ) { |
2002 | 2002 | return call_user_func_array( array( 'Linker', $fname ), $args ); |
2003 | 2003 | } |
2004 | | - |
2005 | | - public static function normalizeSubpageLink( $contextTitle, $target, &$text ) { |
2006 | | - return Linker::normalizeSubpageLink( $contextTitle, $target, $text ); |
2007 | | - } |
2008 | 2004 | } |
2009 | 2005 | |