mirror of
https://github.com/diocloid/LinkTitles.git
synced 2025-09-01 22:16:57 +02:00
Do not re-link links inside curly braces.
This commit is contained in:
@@ -119,7 +119,7 @@
|
||||
{
|
||||
$templatesDelimiter = '{{[^}]+}}|';
|
||||
} else {
|
||||
$templatesDelimiter = '{{[^|}]+}}|{{[^|]+\||';
|
||||
$templatesDelimiter = '{{[^|]*?(?:(?:\[\[[^]]+]])?)[^|]*?(?:\||(?:}}))|';
|
||||
};
|
||||
|
||||
LinkTitles::$currentTitle = $title;
|
||||
|
Reference in New Issue
Block a user