plugin hooks for bbcode conversions

This commit is contained in:
Friendika 2010-12-30 14:21:05 -08:00
commit 279469ab35
3 changed files with 14 additions and 1 deletions

View file

@ -107,6 +107,12 @@ Current hooks:
'contacts' => contact array of entries
'output' => the (string) generated HTML of the contact block
'bbcode' - called during conversion of bbcode to html
$b is (string) converted text
'html2bbcode' - called during conversion of html to bbcode (e.g. remote message posting)
$b is (string) converted text
*** = subject to change