X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FSkin.php;h=6ff984b1778176e553aa5bb339fe290f87522a8a;hb=160936a8ddb991d4f9c6668e42b0fa025e3b1ff7;hp=bd1d40e9ff89f563f01eea23db619856704d0259;hpb=ca329c7acb813ae1c48b7f015396bb46b58f4404;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Skin.php b/includes/Skin.php index bd1d40e9ff..6ff984b177 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -290,35 +290,6 @@ class Skin extends Linker { public function getTitle() { return $this->mTitle; } - - function outputUnwrappedText( $out ) { - global $wgDebugComments; - wfProfileIn( __METHOD__ ); - - $this->setMembers(); - $this->initPage( $out ); - - $out->out( $out->headElement( $this ) ); - - $out->out( "\ngetBodyOptions(); - foreach ( $ops as $name => $val ) { - $out->out( " $name='$val'" ); - } - $out->out( ">\n" ); - if ( $wgDebugComments ) { - $out->out( "\n" ); - } - - $out->out( $out->mBodytext . "\n" ); - $out->out( $this->bottomScripts() ); - - $out->out( wfReportTime() ); - - $out->out( "\n" ); - wfProfileOut( __METHOD__ ); - } function outputPage( OutputPage $out ) { global $wgDebugComments;