From d8dc3389003444a62f4a768c2e8097c070e6d1ab Mon Sep 17 00:00:00 2001 From: Pmlineditor Date: Sat, 12 Mar 2016 13:17:31 +0530 Subject: [PATCH] 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 --- includes/api/i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.", -- 2.20.1