mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 17:59:29 +02:00
The magic word __NOAUTOLINKTARGET__ will prevent a page from being automatically linked to. Some minor refactoring was performed.
12 lines
228 B
PHP
12 lines
228 B
PHP
<?php
|
|
/*! \file LinkTitles.i18n.magic.php
|
|
*/
|
|
|
|
$magicWords = array();
|
|
|
|
$magicWords['en'] = array(
|
|
'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__'),
|
|
'MAG_LINKTITLES_NOTARGET' => array(0, '__NOAUTOLINKTARGET__')
|
|
);
|
|
|