mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-07-13 09:49:31 +02:00
Do not remove magic word when saving page.
This commit is contained in:
@ -5,6 +5,6 @@
|
||||
$magicWords = array();
|
||||
|
||||
$magicWords['en'] = array(
|
||||
'MAG_LINKTITLES_NOAUTOLINKS' => '__NOAUTOLINKS__',
|
||||
'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__')
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user