Complete documentation of source code.

This commit is contained in:
Daniel Kraus
2014-06-05 22:39:54 +02:00
parent 1720b6b27b
commit 1542901551
10 changed files with 274 additions and 182090 deletions

View File

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