Files
LinkTitles/LinkTitles.i18n.magic.php
Daniel Kraus 7cb5b713ab Add __NOAUTOLINKTARGET__ magic word; refactor.
The magic word __NOAUTOLINKTARGET__ will prevent a page from being
automatically linked to.

Some minor refactoring was performed.
2014-06-02 16:25:03 +02:00

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__')
);