From: Ævar Arnfjörð Bjarmason Date: Wed, 13 Apr 2005 08:53:24 +0000 (+0000) Subject: * Removed incomplete and sometimes incorrect inherit comments. X-Git-Tag: 1.5.0alpha1~273 X-Git-Url: http://git.cyclocoop.org/wiki/%7B%7Bpath%7D%7Dmw-config/index.php?a=commitdiff_plain;h=b26a913b200ee34bb0388c878bba7cf04a409959;p=lhc%2Fweb%2Fwiklou.git * Removed incomplete and sometimes incorrect inherit comments. --- diff --git a/languages/LanguageNo.php b/languages/LanguageNo.php index 9b3e593813..39cf1385da 100644 --- a/languages/LanguageNo.php +++ b/languages/LanguageNo.php @@ -1066,8 +1066,7 @@ class LanguageNo extends LanguageUtf8 { return $wgSkinNamesNo; } - # Inherit userAdjust() - + function date( $ts, $adj = false ) { if ( $adj ) { $ts = $this->userAdjust( $ts ); } @@ -1095,9 +1094,6 @@ class LanguageNo extends LanguageUtf8 { global $wgTranslateNumerals; return $wgTranslateNumerals ? strtr($number, '.,', ',.' ) : $number; } - - - # Inherit rfc1123() function getValidSpecialPages() { @@ -1126,23 +1122,6 @@ class LanguageNo extends LanguageUtf8 { return Language::getMessage( $key ); } } - - # Inherit ucfirst() - - # Inherit checkTitleEncoding() - - # Inherit stripForSearch() - - # Inherit setAltEncoding() - - # Inherit recodeForEdit() - - # Inherit recodeInput() - - # Inherit replaceDates() - - # Inherit isRTL() - } ?>