r95721 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95720‎ | r95721 | r95722 >
Date:22:51, 29 August 2011
Author:preilly
Status:ok
Tags:
Comment:
small fix for style
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -65,7 +65,7 @@
6666 );
6767
6868 class ExtMobileFrontend {
69 - const VERSION = '0.5.47';
 69+ const VERSION = '0.5.48';
7070
7171 /**
7272 * @var DOMDocument
@@ -104,7 +104,8 @@
105105 public static $viewNormalSiteURL;
106106 public static $currentURL;
107107
108 - public static $messageKeys = array( 'mobile-frontend-show-button',
 108+ public static $messageKeys = array(
 109+ 'mobile-frontend-show-button',
109110 'mobile-frontend-hide-button',
110111 'mobile-frontend-back-to-top-of-section',
111112 'mobile-frontend-regular-site',
@@ -147,7 +148,7 @@
148149 'form',
149150 'div.sister-project',
150151 'script',
151 - 'div.magnify', # stupid magnify thing
 152+ 'div.magnify', # magnify object
152153 '.editsection',
153154 'span.t',
154155 'sup[style*="help"]',

Status & tagging log