diff options
author | friendica <info@friendica.com> | 2014-06-15 19:25:16 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-15 19:25:16 -0700 |
commit | 38e0bb45309981441017085f02d3709f5a6ee639 (patch) | |
tree | 7f81b6f4e9a86b3651e6f9b1633861ceaa3aef31 | |
parent | e1ec1e7c5fd5ca38b6ed87f8664f5718879c4364 (diff) | |
download | volse-hubzilla-38e0bb45309981441017085f02d3709f5a6ee639.tar.gz volse-hubzilla-38e0bb45309981441017085f02d3709f5a6ee639.tar.bz2 volse-hubzilla-38e0bb45309981441017085f02d3709f5a6ee639.zip |
document why this works
-rw-r--r-- | include/conversation.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 2933842a5..5c3933788 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1315,6 +1315,9 @@ function prepare_page($item) { // ... other possible options } + // prepare_body calls unobscure() as a side effect. Do it here so that + // the template will get passed an unobscured title. + $body = prepare_body($item,true); return replace_macros(get_markup_template('page_display.tpl'),array( |