From 0f263d1c18dacccd1198b7e7c0873177a8ff410d Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sun, 16 Oct 2011 13:16:45 +0000 Subject: [PATCH] Per Nikerabbit, fix for r99863: removed copy/paste error in method documentation --- languages/Language.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 7a98df502b..5e8ab1c627 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1881,7 +1881,6 @@ class Language { * Get the formatted date for the given timestamp and formatted for * the given user. * - * @param $type String: can be 'date', 'time' or 'both' * @param $ts Mixed: the time format which needs to be turned into a * date('YmdHis') format with wfTimestamp(TS_MW,$ts) * @param $user User object used to get preferences for timezone and format @@ -1904,7 +1903,6 @@ class Language { * Get the formatted time for the given timestamp and formatted for * the given user. * - * @param $type String: can be 'date', 'time' or 'both' * @param $ts Mixed: the time format which needs to be turned into a * date('YmdHis') format with wfTimestamp(TS_MW,$ts) * @param $user User object used to get preferences for timezone and format @@ -1927,7 +1925,6 @@ class Language { * Get the formatted date and time for the given timestamp and formatted for * the given user. * - * @param $type String: can be 'date', 'time' or 'both' * @param $ts Mixed: the time format which needs to be turned into a * date('YmdHis') format with wfTimestamp(TS_MW,$ts) * @param $user User object used to get preferences for timezone and format -- 2.20.1