Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1531,7 +1531,7 @@ |
1532 | 1532 | * to ensure that client-side caches do not keep obsolete copies of global |
1533 | 1533 | * styles. |
1534 | 1534 | */ |
1535 | | -$wgStyleVersion = '229'; |
| 1535 | +$wgStyleVersion = '230'; |
1536 | 1536 | |
1537 | 1537 | |
1538 | 1538 | # Server-side caching: |
— | — | @@ -2014,6 +2014,7 @@ |
2015 | 2015 | * See Language.php for a list of namespaces. |
2016 | 2016 | */ |
2017 | 2017 | $wgNamespacesWithSubpages = array( |
| 2018 | + NS_SPECIAL => true, |
2018 | 2019 | NS_TALK => true, |
2019 | 2020 | NS_USER => true, |
2020 | 2021 | NS_USER_TALK => true, |