Mark AjaxExportList config as deprecated
authorAlex Monk <krenair@gmail.com>
Tue, 5 Jan 2016 17:16:44 +0000 (09:16 -0800)
committerLegoktm <legoktm.wikipedia@gmail.com>
Tue, 5 Jan 2016 17:38:44 +0000 (17:38 +0000)
Bug: T42786
Change-Id: Ia1b3aab2f1247190522dbdb779029d7117321bc0

includes/DefaultSettings.php

index a6d34b0..5e6e511 100644 (file)
@@ -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();