if (!strcmp($line, "<br>\n")) $line = "#br\n"; // <br> -> #br ...... ...... $line = preg_replace('/^#br$/', "<br>", $line);
// ParaEdit include_once(PLUGIN_DIR . 'paraedit.inc.php'); $post["msg"] = _plugin_paraedit_parse_postmsg($post["msg_before"], $post["msg"], $post["msg_after"]);