From 82429e281b0ea5c998b6b10681c1d0eff65ee080 Mon Sep 17 00:00:00 2001 From: Ricordisamoa Date: Sat, 4 Feb 2017 04:19:39 +0100 Subject: [PATCH] ApiPurge: update description for POST requirement Follow-up to eada94090990f9d06a3b512efc1ca7e6eb4bb2f1. Change-Id: I134e4df9ed478a5989e55a991fb739b9af28ffb9 --- 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 d92d78b062..c32b5e8bb7 100644 --- a/includes/api/i18n/en.json +++ b/includes/api/i18n/en.json @@ -389,7 +389,7 @@ "apihelp-protect-example-unprotect": "Unprotect a page by setting restrictions to all (i.e. everyone is allowed to take the action).", "apihelp-protect-example-unprotect2": "Unprotect a page by setting no restrictions.", - "apihelp-purge-description": "Purge the cache for the given titles.\n\nRequires a POST request if the user is not logged in.", + "apihelp-purge-description": "Purge the cache for the given titles.", "apihelp-purge-param-forcelinkupdate": "Update the links tables.", "apihelp-purge-param-forcerecursivelinkupdate": "Update the links table, and update the links tables for any page that uses this page as a template.", "apihelp-purge-example-simple": "Purge the Main Page and the API page.", -- 2.20.1