Manuel:$wgMaintenanceScripts
Cette fonctionnalité a été supprimée entièrement dans la version 1.23.0. |
Paramètres des scripts de maintenance: $wgMaintenanceScripts | |
---|---|
Array for extensions to register their maintenance scripts with the system. |
|
Introduit dans la version : | 1.16.0 (r54225) |
Retiré dans la version : | 1.23.0 (Gerrit change 112627; git #5e3229b1) |
Valeurs autorisées : | (associative array) |
Valeur par défaut : | array() |
Autres paramètres : Alphabétique | Par Fonction |
Détails
Array for extensions to register their maintenance scripts with the system. The key is the name of the class and the value is the full path to the file.
This feature was removed because it never did anything.