Use MagicWord class to handle the magic word; update copyright year.

This commit is contained in:
Daniel Kraus
2013-02-23 12:35:39 +01:00
parent a6544b37d9
commit 6d38db71af
3 changed files with 20 additions and 9 deletions

10
LinkTitles.i18n.magic.php Normal file
View File

@ -0,0 +1,10 @@
<?php
/*! \file LinkTitles.i18n.magic.php
*/
$magicWords = array();
$magicWords['en'] = array(
'MAG_LINKTITLES_NOAUTOLINKS' => '__NOAUTOLINKS__',
);