X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiUnblock.php;h=f34d4dfa6cee5cbf2933c61ed0386226bbae8116;hb=ecc71fc9e4bac94a879c0734d90ba0b94211d5d3;hp=dabb8dac279b9085a2a6eee14b9696fcceeffa44;hpb=db765aa9af764072db070659b612e23aad1e5d81;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiUnblock.php b/includes/api/ApiUnblock.php index dabb8dac27..f34d4dfa6c 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', ); @@ -131,7 +131,7 @@ class ApiUnblock extends ApiBase { } public function getDescription() { - return 'Unblock a user'; + return 'Unblock a user.'; } public function getPossibleErrors() {