From d61ef3adadea45dff3410202816db15b5838fc50 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sun, 12 Jul 2009 00:30:09 +0000 Subject: [PATCH] Bump $wgStyleVersion for all the Vector-related fixes made in the past week or so. --- includes/DefaultSettings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index e9fcf48e1f..fde45edaa8 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1531,7 +1531,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '229'; +$wgStyleVersion = '230'; # Server-side caching: @@ -2014,6 +2014,7 @@ $wgPasswordSalt = true; * See Language.php for a list of namespaces. */ $wgNamespacesWithSubpages = array( + NS_SPECIAL => true, NS_TALK => true, NS_USER => true, NS_USER_TALK => true, -- 2.20.1