aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-14 15:41:25 -0800
committerfriendica <info@friendica.com>2013-11-14 15:41:25 -0800
commit592c24e162400f87075c6cdc44b795cdb94da836 (patch)
treee1da8b6084931e168118bc8250539282dd2b0154 /include/conversation.php
parent33f570a18784a2ff9069954cda2a0c531a415a24 (diff)
downloadvolse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.tar.gz
volse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.tar.bz2
volse-hubzilla-592c24e162400f87075c6cdc44b795cdb94da836.zip
e2ee in comments and a bit of cleanup so not every theme has to define how to insert bbcode, only if they're doing something special (e.g. this is how to implement a javascript plugin :-)), and I got rid of the predefined http:// in the bbcode for urls. You're almost always pasting a url which already has that bit and it just creates an extra step.
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 59ca24d41..e2a4a0723 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -532,9 +532,6 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $
$items = $cb['items'];
- $cmnt_tpl = get_markup_template('comment_item.tpl');
- $hide_comments_tpl = get_markup_template('hide_comments.tpl');
-
$alike = array();
$dlike = array();