mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 20:58:30 +01:00
6 lines
233 B
Clojure
6 lines
233 B
Clojure
//<?
|
|
// no longer used - see e_parse_class.
|
|
$code_text = str_replace("\r\n", " ", $code_text);
|
|
$code_text = html_entity_decode($code_text, ENT_QUOTES, CHARSET);
|
|
//return "<!-- bbcode-html -->".$code_text."<!-- bbcode-html-end -->";
|