mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Complete documentation of source code.
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
<?php
|
||||
/*! \file LinkTitles.i18n.magic.php
|
||||
/*! @file LinkTitles.i18n.magic.php
|
||||
*/
|
||||
|
||||
/// Holds the two magic words that the extension provides.
|
||||
$magicWords = array();
|
||||
|
||||
/// Default magic words in English.
|
||||
$magicWords['en'] = array(
|
||||
'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__'),
|
||||
'MAG_LINKTITLES_NOTARGET' => array(0, '__NOAUTOLINKTARGET__')
|
||||
|
Reference in New Issue
Block a user