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