diff options
author | redmatrix <mike@macgirvin.com> | 2016-10-05 17:25:49 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-10-05 17:27:02 -0700 |
commit | 87ee48bd84bc712ebdccd8286f01b8da3e5c3cba (patch) | |
tree | 18e06d42f1a29348e4bee076c072f47ee4964f44 /doc/hook | |
parent | 24f9bb41df83e61ba5f978bad6518fe993e3a33d (diff) | |
download | volse-hubzilla-87ee48bd84bc712ebdccd8286f01b8da3e5c3cba.tar.gz volse-hubzilla-87ee48bd84bc712ebdccd8286f01b8da3e5c3cba.tar.bz2 volse-hubzilla-87ee48bd84bc712ebdccd8286f01b8da3e5c3cba.zip |
update hook documentation
Diffstat (limited to 'doc/hook')
-rw-r--r-- | doc/hook/bbcode.bb | 5 | ||||
-rw-r--r-- | doc/hook/bbcode_filter.bb | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/hook/bbcode.bb b/doc/hook/bbcode.bb index 2996a8528..f6b8711b0 100644 --- a/doc/hook/bbcode.bb +++ b/doc/hook/bbcode.bb @@ -1 +1,6 @@ [h2]bbcode[/h2] + + +Called at end of bbcode to html conversion. + +Hook argument contains the converted text string. diff --git a/doc/hook/bbcode_filter.bb b/doc/hook/bbcode_filter.bb new file mode 100644 index 000000000..efeb2e1b0 --- /dev/null +++ b/doc/hook/bbcode_filter.bb @@ -0,0 +1,7 @@ +[h2]bbcode_filter[/h2] + + +Called at beginning of bbcode to html conversion. + +Hook argument contains the text string to be converted. + |