mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Use MagicWord class to handle the magic word; update copyright year.
This commit is contained in:
10
LinkTitles.i18n.magic.php
Normal file
10
LinkTitles.i18n.magic.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/*! \file LinkTitles.i18n.magic.php
|
||||
*/
|
||||
|
||||
$magicWords = array();
|
||||
|
||||
$magicWords['en'] = array(
|
||||
'MAG_LINKTITLES_NOAUTOLINKS' => '__NOAUTOLINKS__',
|
||||
);
|
||||
|
Reference in New Issue
Block a user