From 868cbaf5eee913aa9e750e2f517a4c31ac678c27 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 30 Jun 2011 18:45:48 +0000 Subject: [PATCH] Reverted r91195, this isn't needed ;) --- includes/Linker.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/Linker.php b/includes/Linker.php index 7ced601d09..f9a8cc0fd4 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -2000,9 +2000,5 @@ class DummyLinker { public function __call( $fname, $args ) { return call_user_func_array( array( 'Linker', $fname ), $args ); } - - public static function normalizeSubpageLink( $contextTitle, $target, &$text ) { - return Linker::normalizeSubpageLink( $contextTitle, $target, $text ); - } } -- 2.20.1