ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
migrate.bbcode.php
Go to the documentation of this file.
1 <?php
2 
18 if(!defined("PHORUM")) exit;
19 
20 require_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
phorum_htmlpurifier_migrate($data)
&#39;format&#39; hook style function that will be called to convert legacy markup into HTML.
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition: bootstrap.php:27