From 38e0bb45309981441017085f02d3709f5a6ee639 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 15 Jun 2014 19:25:16 -0700 Subject: document why this works --- include/conversation.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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( -- cgit v1.2.3