X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiBase.php;h=5f67a2265a16355da8db9fd4c29dafe08c7c4b71;hb=28a1433942be2b3a20844633f60bcdaf515f4b75;hp=56a8a7a2c7badfb49986ec84dc80353a67b024e4;hpb=04fdc78370dbc042116488d6826e19bf3910273b;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiBase.php b/includes/api/ApiBase.php index 56a8a7a2c7..5f67a2265a 100644 --- a/includes/api/ApiBase.php +++ b/includes/api/ApiBase.php @@ -79,7 +79,7 @@ abstract class ApiBase extends ContextSource { * - timestamp: A timestamp in any format recognized by MWTimestamp, or the * string 'now' representing the current timestamp. Will be returned in * TS_MW format. - * - user: A MediaWiki username. Will be returned normalized but not canonicalized. + * - user: A MediaWiki username or IP. Will be returned normalized but not canonicalized. * - upload: An uploaded file. Will be returned as a WebRequestUpload object. * Cannot be used with PARAM_ISMULTI. */