From 2830ba44993372a803b0e254dccdcb7fb736263c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 24 Sep 2019 08:53:19 +0200 Subject: [PATCH] Mark $wgMainPageIsDomainRoot as experimental Change-Id: I328c1022aec8918cbc5b4ee50de3d1dbe5586cfd --- includes/DefaultSettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1068700499..29b628cd40 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -9096,6 +9096,9 @@ $wgNativeImageLazyLoading = false; /** * Option to whether serve the main page as the domain root + * + * @warning EXPERIMENTAL! + * * @since 1.34 * @var bool */ -- 2.20.1