Prepare release v5.0.0.

This commit is contained in:
Daniel Kraus
2017-09-01 05:40:21 +02:00
parent 96bce45172
commit 608355a514
5 changed files with 33 additions and 19 deletions

View File

@ -374,7 +374,7 @@ To add page titles to the black list, you can use statements such as
in your `LocalSettings.php` file. Use one of these for every page title that you want to
put on the black list. Alternatively, you can specify the entire array:
$wgLinkTitlesBlackList[] = [ 'Some special page title', 'Another one' ];
$wgLinkTitlesBlackList = [ 'Some special page title', 'Another one' ];
Keep in mind that a MediaWiki page title always starts with a capital letter
unless you have `$wgCapitalLinks = false;` in your `LocalSettings.php`.