r111914 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111913‎ | r111914 | r111915 >
Date:07:51, 20 February 2012
Author:nikerabbit
Status:ok
Tags:i18nreview 
Comment:
$headers not used in this method, ping r111867
Modified paths:
  • /trunk/extensions/Translate/ffs/Gettext.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/ffs/Gettext.php
@@ -121,8 +121,7 @@
122122 $potmode,
123123 $messages,
124124 $template,
125 - $metadata,
126 - $headers
 125+ $metadata
127126 );
128127 }
129128
@@ -134,7 +133,7 @@
135134 );
136135 }
137136
138 - public static function parseGettextSection( $section, $useCtxtAsKey, $pluralCount, $mangler, $potmode, &$messages, &$template, &$metadata, &$headers ) {
 137+ public static function parseGettextSection( $section, $useCtxtAsKey, $pluralCount, $mangler, $potmode, &$messages, &$template, &$metadata ) {
139138 if ( trim( $section ) === '' ) {
140139 return false;
141140 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111867* Some refactoring for parseGettextData()...siebrand15:27, 19 February 2012

Status & tagging log