http://www.mediawiki.org/wiki/Special:Code/MediaWiki/88733

Revision: 88733
Author:   preilly
Date:     2011-05-24 18:35:41 +0000 (Tue, 24 May 2011)
Log Message:
-----------
remove unneeded references to messages

Modified Paths:
--------------
    trunk/extensions/PatchOutputMobile/PatchOutputMobile.php

Modified: trunk/extensions/PatchOutputMobile/PatchOutputMobile.php
===================================================================
--- trunk/extensions/PatchOutputMobile/PatchOutputMobile.php    2011-05-24 
18:35:30 UTC (rev 88732)
+++ trunk/extensions/PatchOutputMobile/PatchOutputMobile.php    2011-05-24 
18:35:41 UTC (rev 88733)
@@ -36,7 +36,7 @@
                                                                                
        'onOutputPageBeforeHTML' );
 
 class ExtPatchOutputMobile {
-       const VERSION = '0.3.4';
+       const VERSION = '0.3.5';
 
        private $doc;
        
@@ -118,9 +118,6 @@
        
        private function showHideCallbackWML( $matches ) {
                static $headings = 0;
-               $show = self::$messages['patch-output-mobile-show'];
-               $hide = self::$messages['patch-output-mobile-hide'];
-               $backToTop = self::$messages['patch-output-mobile-back-to-top'];
                ++$headings;
 
                $base = $this->WMLSectionSeperator .


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to