Fix missing version number in config directive, and add TODO item.
[htmlpurifier/darkodev.git] / plugins / phorum / info.txt
blob6dea41d5eec746c23d58e7e3246c78499b40edb6
1 title:   HTML Purifier Phorum Mod
2 desc:    This module enables standards-compliant HTML filtering on Phorum. Please check migrate.bbcode.php before enabling this mod.
3 author:  Edward Z. Yang
4 url:     http://htmlpurifier.org/
5 version: 3.0.0
7 hook:  format|phorum_htmlpurifier_format
8 hook:  quote|phorum_htmlpurifier_quote
9 hook:  posting_custom_action|phorum_htmlpurifier_posting
10 hook:  common|phorum_htmlpurifier_common
11 hook:  before_editor|phorum_htmlpurifier_before_editor
12 hook:  tpl_editor_after_subject|phorum_htmlpurifier_editor_after_subject
14 # This module is meant to be a drop-in for bbcode, so make it run last.
15 priority: run module after *
16 priority: run hook format after *