From: Rotem Liss Date: Tue, 2 Aug 2011 11:47:36 +0000 (+0000) Subject: Fixing comment (no Language::decodeExpiry). X-Git-Tag: 1.31.0-rc.0~28494 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/password.php?a=commitdiff_plain;h=1d2e8d29ef50f4417b7cb69d3bb224f1b22ad107;p=lhc%2Fweb%2Fwiklou.git Fixing comment (no Language::decodeExpiry). --- diff --git a/includes/Block.php b/includes/Block.php index e5a17d99a8..105b19a6bd 100644 --- a/includes/Block.php +++ b/includes/Block.php @@ -892,7 +892,7 @@ class Block { * @param $expiry String: Database expiry format * @param $timestampType Int Requested timestamp format * @return String - * @deprecated since 1.18; use $wgLang->decodeExpiry() instead + * @deprecated since 1.18; use $wgLang->formatExpiry() instead */ public static function decodeExpiry( $expiry, $timestampType = TS_MW ) { global $wgContLang;