From 915a87678e9057a217b5c64129348ef17c609c80 Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Thu, 2 Jul 2015 14:59:00 -0400 Subject: [PATCH] API: Remove some unused i18n messages apihelp-query+deletedrevisions-param-limit and apihelp-query+deletedrevisions-param-prop aren't actually used. Instead these are documented with apihelp-query+revisions+base-param-limit and apihelp-query+revisions+base-param-prop, respectively. Change-Id: I4a337e21695c34ab5fe44411978fcce78dce4ac7 --- includes/api/i18n/en.json | 2 -- includes/api/i18n/qqq.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/includes/api/i18n/en.json b/includes/api/i18n/en.json index c0633bc5a8..be4bcadd8c 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -584,8 +584,6 @@ "apihelp-query+deletedrevisions-param-tag": "Only list revisions tagged with this tag.", "apihelp-query+deletedrevisions-param-user": "Only list revisions by this user.", "apihelp-query+deletedrevisions-param-excludeuser": "Don't list revisions by this user.", - "apihelp-query+deletedrevisions-param-limit": "The maximum amount of revisions to list.", - "apihelp-query+deletedrevisions-param-prop": "Which properties to get:\n;revid:Adds the revision ID of the deleted revision.\n;parentid:Adds the revision ID of the previous revision to the page.\n;user:Adds the user who made the revision.\n;userid:Adds the user ID who made the revision.\n;comment:Adds the comment of the revision.\n;parsedcomment:Adds the parsed comment of the revision.\n;minor:Tags if the revision is minor.\n;len:Adds the length (bytes) of the revision.\n;sha1:Adds the SHA-1 (base 16) of the revision.\n;content:Adds the content of the revision.\n;tags:Tags for the revision.", "apihelp-query+deletedrevisions-example-titles": "List the deleted revisions of the pages Main Page and Talk:Main Page, with content.", "apihelp-query+deletedrevisions-example-revids": "List the information for deleted revision 123456.", diff --git a/includes/api/i18n/qqq.json b/includes/api/i18n/qqq.json index cb5b9a5083..b4626e4f42 100644 --- a/includes/api/i18n/qqq.json +++ b/includes/api/i18n/qqq.json @@ -545,8 +545,6 @@ "apihelp-query+deletedrevisions-param-tag": "{{doc-apihelp-param|query+deletedrevisions|tag}}", "apihelp-query+deletedrevisions-param-user": "{{doc-apihelp-param|query+deletedrevisions|user}}", "apihelp-query+deletedrevisions-param-excludeuser": "{{doc-apihelp-param|query+deletedrevisions|excludeuser}}", - "apihelp-query+deletedrevisions-param-limit": "{{doc-apihelp-param|query+deletedrevisions|limit}}", - "apihelp-query+deletedrevisions-param-prop": "{{doc-apihelp-param|query+deletedrevisions|prop}}", "apihelp-query+deletedrevisions-example-titles": "{{doc-apihelp-example|query+deletedrevisions}}", "apihelp-query+deletedrevisions-example-revids": "{{doc-apihelp-example|query+deletedrevisions}}", "apihelp-query+deletedrevs-description": "{{doc-apihelp-description|query+deletedrevs}}", -- 2.20.1