From: Ricordisamoa Date: Sat, 4 Feb 2017 03:19:39 +0000 (+0100) Subject: ApiPurge: update description for POST requirement X-Git-Tag: 1.31.0-rc.0~4151^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=82429e281b0ea5c998b6b10681c1d0eff65ee080;p=lhc%2Fweb%2Fwiklou.git ApiPurge: update description for POST requirement Follow-up to eada94090990f9d06a3b512efc1ca7e6eb4bb2f1. Change-Id: I134e4df9ed478a5989e55a991fb739b9af28ffb9 --- 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.",