r95772 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95771‎ | r95772 | r95773 >
Date:13:07, 30 August 2011
Author:siebrand
Status:ok
Tags:
Comment:
Fix comments added in r95771. Thanks ialex.
Modified paths:
  • /trunk/extensions/Translate/specials/SpecialLanguageStats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/specials/SpecialLanguageStats.php
@@ -234,8 +234,7 @@
235235 // @todo: Allow extra message here, once total translated volume goes
236236 // over a certain percentage? (former live hack at translatewiki)
237237 // if ( $this->totals['2'] && ( $this->totals['1'] / $this->totals['2'] ) > 0.95 ) {
238 - // global $wgOut;
239 - // $out .= $wfMessage( 'translate-somekey' );
 238+ // $out .= wfMessage( 'translate-somekey' );
240239 // }
241240
242241 return $out;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r95771Add small feature suggestion based on former live hack.siebrand13:04, 30 August 2011

Status & tagging log