From a07623a49f920c9c07c2a96ab820ed952f67ed70 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 1 Aug 2008 09:22:39 +0000 Subject: [PATCH] Remove call to Linker::postParseLinkColour() which is useless and deprecated --- includes/OutputPage.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 4fbdebde59..22de81d8f1 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -856,13 +856,9 @@ class OutputPage { $this->addScriptFile( 'rightclickedit.js' ); } - # Buffer output; final headers may depend on later processing ob_start(); - # Disable temporary placeholders, so that the skin produces HTML - $sk->postParseLinkColour( false ); - $wgRequest->response()->header( "Content-type: $wgMimeType; charset={$wgOutputEncoding}" ); $wgRequest->response()->header( 'Content-language: '.$wgContLanguageCode ); -- 2.20.1