Update documentation in DefaultSettings to reflect new Preprocessor default
authorC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 05:58:37 +0000 (01:58 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Wed, 19 Jun 2019 05:58:37 +0000 (01:58 -0400)
This is a follow-up to Ica5d1ad5b1e677542962fc36d582a793f941155e and
updates a bit of documentation missed in the original patch.

Change-Id: Iaf2b07be4b6946782780a846f026c071edaaf567

includes/DefaultSettings.php

index 2f793b5..c811e76 100644 (file)
@@ -4150,8 +4150,7 @@ $wgInvalidRedirectTargets = [ 'Filepath', 'Mypage', 'Mytalk', 'Redirect' ];
  *                    temporary storage. Preprocessor_DOM generally uses less memory;
  *                    the speed of the two is roughly the same.
  *
- *                    If this parameter is not given, it uses Preprocessor_DOM if the
- *                    DOM module is available, otherwise it uses Preprocessor_Hash.
+ *                    If this parameter is not given, it uses Preprocessor_Hash.
  *
  * The Preprocessor_DOM class is deprecated, and will be removed in a future
  * release.