Update zid.php
This commit is contained in:
parent
33e2582918
commit
832adf92a6
@ -220,10 +220,10 @@ function red_zrl_callback($matches) {
|
|||||||
if($matches[1] === '#^')
|
if($matches[1] === '#^')
|
||||||
$matches[1] = '';
|
$matches[1] = '';
|
||||||
|
|
||||||
if($zrl)
|
if($zrl)
|
||||||
return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]' . $pts[0];
|
return $matches[1] . '#^[zrl=' . $matches[2] . ']' . $matches[2] . '[/zrl]' . $pts[0];
|
||||||
|
|
||||||
return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]' . $pts[0];
|
return $matches[1] . '#^[url=' . $matches[2] . ']' . $matches[2] . '[/url]' . $pts[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user