Per Nikerabbit, fix for r99863: removed copy/paste error in method documentation
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Oct 2011 13:16:45 +0000 (13:16 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 16 Oct 2011 13:16:45 +0000 (13:16 +0000)
languages/Language.php

index 7a98df5..5e8ab1c 100644 (file)
@@ -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