bring back like/dislike and share buttons
This commit is contained in:
parent
b2fd23eb29
commit
e724e2b0d2
@ -174,7 +174,7 @@ class Item extends BaseObject {
|
|||||||
$indent = 'comment';
|
$indent = 'comment';
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this->is_writable()) {
|
if($this->is_commentable()) {
|
||||||
$like = array( t("I like this \x28toggle\x29"), t("like"));
|
$like = array( t("I like this \x28toggle\x29"), t("like"));
|
||||||
$dislike = array( t("I don't like this \x28toggle\x29"), t("dislike"));
|
$dislike = array( t("I don't like this \x28toggle\x29"), t("dislike"));
|
||||||
if ($shareable)
|
if ($shareable)
|
||||||
|
Reference in New Issue
Block a user