mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
11 lines
164 B
PHP
11 lines
164 B
PHP
<?php
|
|
/*! \file LinkTitles.i18n.magic.php
|
|
*/
|
|
|
|
$magicWords = array();
|
|
|
|
$magicWords['en'] = array(
|
|
'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__')
|
|
);
|
|
|