From da0a0a85c3cdfce880b01b88779b0c11586ff71f Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Wed, 19 Jun 2019 01:58:37 -0400 Subject: [PATCH] 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 --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.20.1