Manual:$wgMaintenanceScripts
Esta función se eliminó por completo en la versión 1.23.0. |
Maintenance scripts setting: $wgMaintenanceScripts | |
---|---|
Array for extensions to register their maintenance scripts with the system. |
|
Introducido en la versión: | 1.16.0 (r54225) |
Eliminado en la versión: | 1.23.0 (Gerrit change 112627; git #5e3229b1) |
Valores permitidos: | (associative array) |
Valor predeterminado: | array() |
Otras configuraciones: Alfabéticamente | Por Función |
Detalles
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.