Index: trunk/phase3/includes/api/ApiRollback.php |
— | — | @@ -98,7 +98,7 @@ |
99 | 99 | return array ( |
100 | 100 | 'title' => 'Title of the page you want to rollback.', |
101 | 101 | 'user' => 'Name of the user whose edits are to be rolled back. If set incorrectly, you\'ll get a badtoken error.', |
102 | | - 'token' => 'A rollback token previously retrieved through prop=info', |
| 102 | + 'token' => 'A rollback token previously retrieved through prop=revisions', |
103 | 103 | 'summary' => 'Custom edit summary. If not set, default summary will be used.', |
104 | 104 | 'markbot' => 'Mark the reverted edits and the revert as bot edits' |
105 | 105 | ); |