Index: trunk/phase3/includes/api/ApiQueryRecentChanges.php |
— | — | @@ -495,7 +495,7 @@ |
496 | 496 | 'For example, to see only minor edits done by logged-in users, set show=minor|!anon' |
497 | 497 | ), |
498 | 498 | 'type' => 'Which types of changes to show.', |
499 | | - 'limit' => 'How many total changes to return.' |
| 499 | + 'limit' => 'How many total changes to return.', |
500 | 500 | 'tag' => 'Only list changes tagged with this tag.', |
501 | 501 | ); |
502 | 502 | } |