From: Liangent Date: Tue, 4 Sep 2012 15:14:20 +0000 (+0800) Subject: Followup da433140: remove an old workaround X-Git-Tag: 1.31.0-rc.0~22471 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=7b6dcb21eae0e2ec1ba850beb2729c1c0278486a;p=lhc%2Fweb%2Fwiklou.git Followup da433140: remove an old workaround The code was to work around a bug fixed by da433140. Change-Id: I793cedf3d3cbc23dc5d07b3e0325ad238853385a --- diff --git a/languages/classes/LanguageKk.php b/languages/classes/LanguageKk.php index de0f4ff703..d3d487fed7 100644 --- a/languages/classes/LanguageKk.php +++ b/languages/classes/LanguageKk.php @@ -443,20 +443,6 @@ class LanguageKk extends LanguageKk_cyrl { $wgHooks['ArticleSaveComplete'][] = $this->mConverter; } - /** - * Work around for right-to-left direction support in kk-arab and kk-cn - * - * @return bool - */ - function isRTL() { - $variant = $this->getPreferredVariant(); - if ( $variant == 'kk-arab' || $variant == 'kk-cn' ) { - return true; - } else { - return parent::isRTL(); - } - } - /** * It fixes issue with ucfirst for transforming 'i' to 'Ä°' *