From 7abb98667681945d3386fb8852032d771377f783 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 25 Jul 2004 05:15:03 +0000 Subject: [PATCH] added $wgUseValidation --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a9a29c3d02..6091478374 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -463,4 +463,7 @@ $wgMaxTocLevel = 999; # Recognise longitude/latitude coordinates $wgUseGeoMode = false; +# Validation for print or other production versions +$wgUseValidation = false; + ?> -- 2.20.1