r72848 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72847‎ | r72848 | r72849 >
Date:10:29, 12 September 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Remove unused code from r72847
Modified paths:
  • /trunk/extensions/Translate/ffs/Gettext.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/Gettext.php
@@ -625,11 +625,8 @@
626626 // WRITE
627627 //
628628 protected function writeReal( MessageCollection $collection ) {
629 - global $wgSitename;
630629 $output = $this->doHeader( $collection );
631630
632 - $specs = array();
633 -
634631 $mangler = $this->group->getMangler();
635632 $messages = array();
636633 foreach ( $collection as $key => $m ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r72847Implemented Gettext specific file headersnikerabbit10:26, 12 September 2010

Status & tagging log