From: Pmlineditor Date: Sat, 12 Mar 2016 07:47:31 +0000 (+0530) Subject: Replace reference to deprecated module deletedrevs in API documentation X-Git-Tag: 1.31.0-rc.0~4054 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/Category:Foo?a=commitdiff_plain;h=d8dc3389003444a62f4a768c2e8097c070e6d1ab;p=lhc%2Fweb%2Fwiklou.git Replace reference to deprecated module deletedrevs in API documentation Replaced reference to 'deletedrevs' in documentation of undelete module by 'prop=deletedrevisions' Bug: T109823 Change-Id: I82a2e5ff2f180dae2e11ef61790a20999b1a5802 --- diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index c32b5e8bb7..cde379771c 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -1408,7 +1408,7 @@ "apihelp-unblock-example-id": "Unblock block ID #105.", "apihelp-unblock-example-user": "Unblock user Bob with reason Sorry Bob.", - "apihelp-undelete-description": "Restore revisions of a deleted page.\n\nA list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevs|list=deletedrevs]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].", + "apihelp-undelete-description": "Restore revisions of a deleted page.\n\nA list of deleted revisions (including timestamps) can be retrieved through [[Special:ApiHelp/query+deletedrevisions|prop=deletedrevisions]], and a list of deleted file IDs can be retrieved through [[Special:ApiHelp/query+filearchive|list=filearchive]].", "apihelp-undelete-param-title": "Title of the page to restore.", "apihelp-undelete-param-reason": "Reason for restoring.", "apihelp-undelete-param-tags": "Change tags to apply to the entry in the deletion log.",