Manual:$wgMaintenanceScripts
この機能は、バージョン 1.23.0 で完全に除去されました。 |
保守スクリプトの設定: $wgMaintenanceScripts | |
---|---|
Array for extensions to register their maintenance scripts with the system. |
|
導入されたバージョン: | 1.16.0 (r54225) |
除去されたバージョン: | 1.23.0 (Gerrit change 112627; git #5e3229b1) |
許容される値: | (連想配列) |
既定値: | array() |
その他の設定: アルファベット順 | 機能順 |
詳細
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.