Add $wgCapitalLinks option; if set to false, titles won't be forced to
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Apr 2004 04:02:04 +0000 (04:02 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 5 Apr 2004 04:02:04 +0000 (04:02 +0000)
commit4a56161e24aeecdc5bfb35ce12b62d75e5c62982
treef44a4fd0df7d6cddf806927da6bdfb373d5a7bd9
parentdd37e12ff6b7be5b004f722313eea58a16308d2e
Add $wgCapitalLinks option; if set to false, titles won't be forced to
have an initial capital. This isn't recommended in general, as it will
make "[[Asteroid]]s are..." and "... like [[asteroid]]s." point to
different pages.

It is meant mainly for languages which use the latin alphabet but don't
capitalize at sentence start (mainly conlangs) or for special purposes
where this is needed. This can *break links* and should not be changed
on an existing wiki without careful attention.
includes/DefaultSettings.php
includes/Title.php