ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
migrate.bbcode.php File Reference

Go to the source code of this file.

Functions

 phorum_htmlpurifier_migrate ($data)
 'format' hook style function that will be called to convert legacy markup into HTML. More...
 

Function Documentation

◆ phorum_htmlpurifier_migrate()

phorum_htmlpurifier_migrate (   $data)

'format' hook style function that will be called to convert legacy markup into HTML.

Definition at line 26 of file migrate.bbcode.php.

References $data.

Referenced by phorum_htmlpurifier_common(), phorum_htmlpurifier_format(), and phorum_htmlpurifier_migrate_sigs().

27 {
28  return phorum_mod_bbcode_format($data); // bbcode's 'format' hook
29 }
+ Here is the caller graph for this function: