Merge pull request #31 from zzottel/master
Bring back like and share buttons
This commit is contained in:
commit
3174116de0
@ -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