Remove call to Linker::postParseLinkColour() which is useless and deprecated
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 1 Aug 2008 09:22:39 +0000 (09:22 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 1 Aug 2008 09:22:39 +0000 (09:22 +0000)
includes/OutputPage.php

index 4fbdebd..22de81d 100644 (file)
@@ -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 );