From: Alex Monk Date: Tue, 5 Jan 2016 17:16:44 +0000 (-0800) Subject: Mark AjaxExportList config as deprecated X-Git-Tag: 1.31.0-rc.0~8446 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=0aafc0bfe768be99f3d487ddff1d9cb6c156cead;p=lhc%2Fweb%2Fwiklou.git Mark AjaxExportList config as deprecated Bug: T42786 Change-Id: Ia1b3aab2f1247190522dbdb779029d7117321bc0 --- 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();