r28777 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r28776‎ | r28777 | r28778 >
Date:14:40, 22 December 2007
Author:rotem
Status:old
Tags:
Comment:
Fix typo.
Modified paths:
  • /trunk/phase3/includes/api/ApiUnblock.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/api/ApiUnblock.php
@@ -103,7 +103,7 @@
104104
105105 protected function getParamDescription() {
106106 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',
108108 'user' => 'Username, IP address or IP range you want to unblock. Cannot be used together with id',
109109 'token' => 'An unblock token previously obtained through the gettoken parameter',
110110 'gettoken' => 'If set, an unblock token will be returned, and no other action will be taken',

Status & tagging log