r82442 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r82441‎ | r82442 | r82443 >
Date:08:57, 19 February 2011
Author:siebrand
Status:deferred
Tags:
Comment:
* Use correct check
* Remove commented out code
Modified paths:
  • /trunk/extensions/Translate/check-blacklist.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/check-blacklist.php
@@ -320,16 +320,7 @@
321321 'translate-fs-signup-text', // Contains links that are translated
322322 )
323323 ),
324 -/* Disabled in mediawiki-defines.txt 2010-11-23
325324 array(
326 - 'group' => 'ext-ui-prefswitch',
327 - 'check' => 'links',
328 - 'message' => array(
329 - 'prefswitch-main', // Contains links that are translated
330 - )
331 -),
332 -*/
333 -array(
334325 'group' => 'ext-wikieditor',
335326 'check' => 'links',
336327 'message' => array(
@@ -378,7 +369,7 @@
379370 ),
380371 array(
381372 'group' => 'wikia-createnewwiki',
382 - 'check' => 'parameters',
 373+ 'check' => 'variable',
383374 'message' => array(
384375 'cnw-upgrade-marketing', // Contains price with "$" which causes warnings when formatting differently.
385376 )

Status & tagging log