r104759 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104758‎ | r104759 | r104760 >
Date:21:49, 30 November 2011
Author:preilly
Status:ok
Tags:
Comment:
remove inconsistent comments
Modified paths:
  • /trunk/extensions/MobileFrontend/MobileFrontend.php (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/MobileFrontend.php
@@ -88,7 +88,7 @@
8989 }
9090
9191 class ExtMobileFrontend {
92 - const VERSION = '0.5.86';
 92+ const VERSION = '0.5.87';
9393
9494 /**
9595 * @var DOMDocument
@@ -179,20 +179,20 @@
180180 );
181181
182182 public $itemsToRemove = array(
183 - '#contentSub', # redirection notice
184 - 'div.messagebox', # cleanup data
185 - '#siteNotice', # site notice
186 - '#siteSub', # "From Wikipedia..."
187 - '#jump-to-nav', # jump-to-nav
188 - 'div.editsection', # edit blocks
189 - 'div.infobox', # Infoboxes in the article
190 - 'table.toc', # table of contents
191 - '#catlinks', # category links
192 - 'div.stub', # stub warnings
 183+ '#contentSub',
 184+ 'div.messagebox',
 185+ '#siteNotice',
 186+ '#siteSub',
 187+ '#jump-to-nav',
 188+ 'div.editsection',
 189+ 'div.infobox',
 190+ 'table.toc',
 191+ '#catlinks',
 192+ 'div.stub',
193193 'form',
194194 'div.sister-project',
195195 'script',
196 - 'div.magnify', # magnify object
 196+ 'div.magnify',
197197 '.editsection',
198198 'span.t',
199199 'sup[style*="help"]',

Status & tagging log