diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 17:47:38 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-12 17:47:38 -0800 |
commit | 888bf76e4b4c2d4285c0bb28334df6e9af884e16 (patch) | |
tree | 6ec874a975ffad844dd2389979f75939771518ed /include/conversation.php | |
parent | 22a650ade8b6c4472f9ad70337b69ee54e2c7c32 (diff) | |
download | volse-hubzilla-888bf76e4b4c2d4285c0bb28334df6e9af884e16.tar.gz volse-hubzilla-888bf76e4b4c2d4285c0bb28334df6e9af884e16.tar.bz2 volse-hubzilla-888bf76e4b4c2d4285c0bb28334df6e9af884e16.zip |
allow pdl content
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index c278dcf12..a7d5f3fa5 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1089,6 +1089,11 @@ function format_like($cnt, $arr, $type, $id) { return $o; } +/** + * This is our general purpose content editor. + * It was once nicknamed "jot" and you may see references to "jot" littered throughout the code. + * They are referring to the content editor or components thereof. + */ function status_editor($a, $x, $popup = false) { |