root/extras/trunk/kb/ip_root/plugins/kb/includes/kb_post.php
| 123 | 155 | ||
|---|---|---|---|
315 | 315 | ||
316 | $preview_text = $bbcode->parse($preview_text, '', false, $clean_tags); | 316 | $preview_text = $bbcode->parse($preview_text, '', false, $clean_tags); |
317 | $preview_text = $bbcode->acronym_pass($preview_text); | 317 | $preview_text = $bbcode->acronym_pass($preview_text); |
318 | $preview_text = autolink_text($preview_text, '999999'); | 318 | $preview_text = $bbcode->autolink_text($preview_text, '999999'); |
319 | 319 | ||
320 | $template->set_filenames(array('preview' => KB_TPL_PATH . 'kb_post_preview.tpl')); | 320 | $template->set_filenames(array('preview' => KB_TPL_PATH . 'kb_post_preview.tpl')); |
321 | 321 |
Download diff