Index: branches/petrb/phase3/includes/api/ApiDelete.php |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | public function getExamples() { |
274 | 274 | return array( |
275 | 275 | 'api.php?action=delete&title=Main%20Page&token=' . EXAMPLE_TOKEN, |
276 | | - 'api.php?action=delete&title=Main%20Page&token' . EXAMPLE_TOKEN . '&reason=Preparing%20for%20move' |
| 276 | + 'api.php?action=delete&title=Main%20Page&token=' . EXAMPLE_TOKEN . '&reason=Preparing%20for%20move' |
277 | 277 | ); |
278 | 278 | } |
279 | 279 | |
— | — | @@ -282,5 +282,3 @@ |
283 | 283 | |
284 | 284 | public function getVersion() { |
285 | 285 | return __CLASS__ . ': $Id$'; |
286 | | - } |
287 | | -} |