From: Alexandre Emsenhuber Date: Sun, 16 Oct 2011 13:16:45 +0000 (+0000) Subject: Per Nikerabbit, fix for r99863: removed copy/paste error in method documentation X-Git-Tag: 1.31.0-rc.0~27068 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=0f263d1c18dacccd1198b7e7c0873177a8ff410d;p=lhc%2Fweb%2Fwiklou.git Per Nikerabbit, fix for r99863: removed copy/paste error in method documentation --- 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