r88733 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r88732‎ | r88733 | r88734 >
Date:18:35, 24 May 2011
Author:preilly
Status:ok
Tags:
Comment:
remove unneeded references to messages
Modified paths:
  • /trunk/extensions/PatchOutputMobile/PatchOutputMobile.php (modified) (history)

Diff [purge]

Index: trunk/extensions/PatchOutputMobile/PatchOutputMobile.php
@@ -36,7 +36,7 @@
3737 'onOutputPageBeforeHTML' );
3838
3939 class ExtPatchOutputMobile {
40 - const VERSION = '0.3.4';
 40+ const VERSION = '0.3.5';
4141
4242 private $doc;
4343
@@ -118,9 +118,6 @@
119119
120120 private function showHideCallbackWML( $matches ) {
121121 static $headings = 0;
122 - $show = self::$messages['patch-output-mobile-show'];
123 - $hide = self::$messages['patch-output-mobile-hide'];
124 - $backToTop = self::$messages['patch-output-mobile-back-to-top'];
125122 ++$headings;
126123
127124 $base = $this->WMLSectionSeperator .

Status & tagging log