From: C. Scott Ananian Date: Wed, 19 Jun 2019 05:58:37 +0000 (-0400) Subject: Update documentation in DefaultSettings to reflect new Preprocessor default X-Git-Tag: 1.34.0-rc.0~1318^2 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=da0a0a85c3cdfce880b01b88779b0c11586ff71f;p=lhc%2Fweb%2Fwiklou.git Update documentation in DefaultSettings to reflect new Preprocessor default This is a follow-up to Ica5d1ad5b1e677542962fc36d582a793f941155e and updates a bit of documentation missed in the original patch. Change-Id: Iaf2b07be4b6946782780a846f026c071edaaf567 --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 2f793b5857..c811e763eb 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.