diff options
Diffstat (limited to 'includes/DefaultSettings.php')
-rw-r--r-- | includes/DefaultSettings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1be573d030f0..7d6318d2068e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -4153,6 +4153,9 @@ $wgInvalidRedirectTargets = [ 'Filepath', 'Mypage', 'Mytalk', 'Redirect' ]; * If this parameter is not given, it uses Preprocessor_DOM if the * DOM module is available, otherwise it uses Preprocessor_Hash. * + * The Preprocessor_DOM class is deprecated, and will be removed in a future + * release. + * * The entire associative array will be passed through to the constructor as * the first parameter. Note that only Setup.php can use this variable -- * the configuration will change at runtime via Parser member functions, so |