From ca32f08966f1b51fcb19460f0996bb0c4048e6fe Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 3 Dec 2011 13:29:22 +0100 Subject: Update to MediaWiki 1.18.0 * also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing --- languages/classes/LanguageAr.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'languages/classes/LanguageAr.php') diff --git a/languages/classes/LanguageAr.php b/languages/classes/LanguageAr.php index 77c46025..95e76392 100644 --- a/languages/classes/LanguageAr.php +++ b/languages/classes/LanguageAr.php @@ -6,6 +6,12 @@ * @author Niklas Laxström */ class LanguageAr extends Language { + + /** + * @param $count int + * @param $forms array + * @return string + */ function convertPlural( $count, $forms ) { if ( !count( $forms ) ) { return ''; } $forms = $this->preConvertPlural( $forms, 6 ); @@ -30,8 +36,12 @@ class LanguageAr extends Language { * Temporary hack for bug 9413: replace Arabic presentation forms with their * standard equivalents. * - * FIXME: This is language-specific for now only to avoid the negative + * @todo FIXME: This is language-specific for now only to avoid the negative * performance impact of enabling it for all languages. + * + * @param $s string + * + * @return string */ function normalize( $s ) { global $wgFixArabicUnicode; -- cgit v1.2.3-54-g00ecf