HTMLPurifier 4.4.0
/home/ezyang/Dev/htmlpurifier/plugins/phorum/migrate.bbcode.php
Go to the documentation of this file.
00001 <?php
00002 
00018 if(!defined("PHORUM")) exit;
00019 
00020 require_once(dirname(__FILE__) . "/../bbcode/bbcode.php");
00021 
00026 function phorum_htmlpurifier_migrate($data) {
00027     return phorum_mod_bbcode_format($data); // bbcode's 'format' hook
00028 }
00029 
00030 // vim: et sw=4 sts=4