Merge "Remove unused $wgAPIGeneratorModules from DefaultSettings.php"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Sat, 12 Sep 2015 07:16:00 +0000 (07:16 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 12 Sep 2015 07:16:00 +0000 (07:16 +0000)
includes/DefaultSettings.php

index 89c04f9..37429b9 100644 (file)
@@ -7236,12 +7236,6 @@ $wgAPIPropModules = array();
  */
 $wgAPIListModules = array();
 
-/**
- * This variable is ignored. To add your module to the API, please add it to $wgAPI*Modules
- * @deprecated since 1.21
- */
-$wgAPIGeneratorModules = array();
-
 /**
  * Maximum amount of rows to scan in a DB query in the API
  * The default value is generally fine