diff options
author | friendica <info@friendica.com> | 2015-02-16 17:01:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-16 17:01:13 -0800 |
commit | 533f39debe494dc826570ff030fcda35041d9038 (patch) | |
tree | 5acd57c5d5d9506995482b4911054f529f592d91 /include/ItemObject.php | |
parent | 1d1676094dd82482f113d6de9c2a95407a1a692f (diff) | |
download | volse-hubzilla-533f39debe494dc826570ff030fcda35041d9038.tar.gz volse-hubzilla-533f39debe494dc826570ff030fcda35041d9038.tar.bz2 volse-hubzilla-533f39debe494dc826570ff030fcda35041d9038.zip |
bring back like/dislike summaries on photos
Diffstat (limited to 'include/ItemObject.php')
-rw-r--r-- | include/ItemObject.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ItemObject.php b/include/ItemObject.php index 136e08eb7..1785d55e7 100644 --- a/include/ItemObject.php +++ b/include/ItemObject.php @@ -168,10 +168,6 @@ class Item extends BaseObject { $responses = get_responses($conv_responses,$response_verbs,$this,$item); - - - $like_button_label = tt('Like','Likes',$like_count,'noun'); - $like_count = ((x($conv_responses['like'],$item['mid'])) ? $conv_responses['like'][$item['mid']] : ''); $like_list = ((x($conv_responses['like'],$item['mid'])) ? $conv_responses['like'][$item['mid'] . '-l'] : ''); if (count($like_list) > MAX_LIKERS) { |