Revert "Merge branch 'dev' into 'dev'"

This reverts merge request !1694
This commit is contained in:
Max Kostikov
2019-07-25 12:25:27 +02:00
parent 4e3a0720c3
commit 5695350e98
4 changed files with 6 additions and 6 deletions

View File

@@ -216,9 +216,9 @@ function red_zrl_callback($matches) {
if($matches[1] === '#^')
$matches[1] = '';
if($zrl)
return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]' . $matches[3];
return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]';
return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]' . $matches[3];
return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]';
}
/**