ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
migrate.bbcode.php
Go to the documentation of this file.
1<?php
2
18if(!defined("PHORUM")) exit;
19
20require_once(dirname(__FILE__) . "/../bbcode/bbcode.php");
21
27{
28 return phorum_mod_bbcode_format($data); // bbcode's 'format' hook
29}
30
31// vim: et sw=4 sts=4
An exception for terminatinating execution or to throw for unit testing.
phorum_htmlpurifier_migrate($data)
'format' hook style function that will be called to convert legacy markup into HTML.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27