diff options
author | friendica <info@friendica.com> | 2012-06-23 05:46:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-23 05:46:15 -0700 |
commit | 22ca358a8c01144c8172b5108514d85906f1ff7d (patch) | |
tree | b4b8549c8bb1daaa09a09fd7404677111eea34a9 /include | |
parent | 7614d35cadb274a48434a61cdab205ca120462a3 (diff) | |
download | volse-hubzilla-22ca358a8c01144c8172b5108514d85906f1ff7d.tar.gz volse-hubzilla-22ca358a8c01144c8172b5108514d85906f1ff7d.tar.bz2 volse-hubzilla-22ca358a8c01144c8172b5108514d85906f1ff7d.zip |
like comments
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index d0ced1d18..946014b6d 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -549,13 +549,13 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { $shareable = ((($profile_owner == local_user()) && ((! $item['private']) || $item['network'] === NETWORK_FEED)) ? true : false); if($page_writeable) { - if($toplevelpost) { + /* if($toplevelpost) { */ $likebuttons = array( 'like' => array( t("I like this \x28toggle\x29"), t("like")), 'dislike' => array( t("I don't like this \x28toggle\x29"), t("dislike")), ); if ($shareable) $likebuttons['share'] = array( t('Share this'), t('share')); - } + /* } */ $qc = $qcomment = null; |