429
回編集
細編集の要約なし |
細編集の要約なし |
||
17行目: | 17行目: | ||
$rep = $this->fck_addToStrtr(htmlspecialchars($match[3], ENT_QUOTES), false); | $rep = $this->fck_addToStrtr(htmlspecialchars($match[3], ENT_QUOTES), false); | ||
$rep2 = sprintf('[[%s%s|%s]]', $match[1], $match[2], $rep); | $rep2 = sprintf('[[%s%s|%s]]', $match[1], $match[2], $rep); | ||
$ | $pos = strpos($text, $match[0]); | ||
$text = substr_replace($text, $rep2, $pos, strlen($match[0])); | |||
} | } | ||
} | } |