r60033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60032‎ | r60033 | r60034 >
Date:11:33, 14 December 2009
Author:nikerabbit
Status:ok
Tags:
Comment:
Remove unnecessary and broken converGrammar override
Modified paths:
  • /trunk/phase3/languages/classes/LanguageEt.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/classes/LanguageEt.php
@@ -16,11 +16,4 @@
1717 return $_;
1818 }
1919 }
20 -
21 - function convertGrammar( $word, $case ) {
22 - global $wgGrammarForms;
23 - if ( isset( $wgGrammarForms['et'][$case][$word] ) ) {
24 - return $wgGrammarForms['et'][$case][$word];
25 - }
26 - }
2720 }

Status & tagging log