From 1d2e8d29ef50f4417b7cb69d3bb224f1b22ad107 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Tue, 2 Aug 2011 11:47:36 +0000 Subject: [PATCH] Fixing comment (no Language::decodeExpiry). --- includes/Block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1