X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiUnblock.php;h=46e2f6e13c0e6a811e8edf4c6bc6bf69fbf5ce2b;hb=3afc76a4b5ad2f73dd69a82ec08c0d0e4799f00f;hp=dabb8dac279b9085a2a6eee14b9696fcceeffa44;hpb=754334f92a637190b7d6786413319f6e687779f0;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiUnblock.php b/includes/api/ApiUnblock.php index dabb8dac27..46e2f6e13c 100644 --- a/includes/api/ApiUnblock.php +++ b/includes/api/ApiUnblock.php @@ -98,10 +98,10 @@ class ApiUnblock extends ApiBase { $p = $this->getModulePrefix(); return array( - 'id' => "ID of the block you want to unblock (obtained through list=blocks). ' . - 'Cannot be used together with {$p}user", - 'user' => "Username, IP address or IP range you want to unblock. ' . - 'Cannot be used together with {$p}id", + 'id' => "ID of the block you want to unblock (obtained through list=blocks). " . + "Cannot be used together with {$p}user", + 'user' => "Username, IP address or IP range you want to unblock. " . + "Cannot be used together with {$p}id", 'token' => "An unblock token previously obtained through prop=info", 'reason' => 'Reason for unblock', );