From 0aafc0bfe768be99f3d487ddff1d9cb6c156cead Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Tue, 5 Jan 2016 09:16:44 -0800 Subject: [PATCH] Mark AjaxExportList config as deprecated Bug: T42786 Change-Id: Ia1b3aab2f1247190522dbdb779029d7117321bc0 --- includes/DefaultSettings.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a6d34b0d35..5e6e511f18 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -7347,6 +7347,7 @@ $wgUseAjax = true; /** * List of Ajax-callable functions. * Extensions acting as Ajax callbacks must register here + * @deprecated (officially) since 1.27; use the API instead */ $wgAjaxExportList = array(); -- 2.20.1