Implement PreferShortTitles option

This commit is contained in:
Daniel Kraus
2012-05-20 17:00:46 +02:00
parent 8ea8da6100
commit 4e3d31981c
2 changed files with 6 additions and 1 deletions

View File

@ -45,6 +45,9 @@
// Hook up our custom function to the ArticleSave event.
$wgHooks['ArticleSave'][] = 'LinkTitles::onArticleSave';
// Configuration variables
$wgLinkTitlesPreferShortTitles = false;
// vim: ts=2:sw=2:noet