Manual:$wgDeprecationReleaseLimit
Appearance
| Debug: $wgDeprecationReleaseLimit | |
|---|---|
Release limitation to wfDeprecated warnings. |
|
| Introducido en la versión: | 1.19.0 (r97136) |
| Eliminado en la versión: | aún se usa |
| Valores permitidos: | (string) or false |
| Valor predeterminado: | false |
| Otras configuraciones: Alfabéticamente | Por Función | |
Detalles
Release limitation to wfDeprecated warnings.
If set to a release number, development warnings will not be generated for deprecations added in releases after the given limit.
Set to false to receive all deprecation notices.