Index: trunk/phase3/includes/api/ApiUnblock.php |
— | — | @@ -103,7 +103,7 @@ |
104 | 104 | |
105 | 105 | protected function getParamDescription() { |
106 | 106 | return array ( |
107 | | - 'id' => 'ID of the block you want to unblock (obtained through list=blocks). Cannot be user together with user', |
| 107 | + 'id' => 'ID of the block you want to unblock (obtained through list=blocks). Cannot be used together with user', |
108 | 108 | 'user' => 'Username, IP address or IP range you want to unblock. Cannot be used together with id', |
109 | 109 | 'token' => 'An unblock token previously obtained through the gettoken parameter', |
110 | 110 | 'gettoken' => 'If set, an unblock token will be returned, and no other action will be taken', |