Index: trunk/extensions/Translate/ffs/Gettext.php |
— | — | @@ -121,8 +121,7 @@ |
122 | 122 | $potmode, |
123 | 123 | $messages, |
124 | 124 | $template, |
125 | | - $metadata, |
126 | | - $headers |
| 125 | + $metadata |
127 | 126 | ); |
128 | 127 | } |
129 | 128 | |
— | — | @@ -134,7 +133,7 @@ |
135 | 134 | ); |
136 | 135 | } |
137 | 136 | |
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 ) { |
139 | 138 | if ( trim( $section ) === '' ) { |
140 | 139 | return false; |
141 | 140 | } |