heavy lifting converting item flag bits
This commit is contained in:
@@ -96,10 +96,9 @@ function subthread_content(&$a) {
|
||||
),
|
||||
));
|
||||
|
||||
if(! ($item['item_flags'] & ITEM_THREAD_TOP))
|
||||
if(! intval($item['item_thread_top']))
|
||||
$post_type = 'comment';
|
||||
|
||||
|
||||
$bodyverb = t('%1$s is following %2$s\'s %3$s');
|
||||
|
||||
$arr = array();
|
||||
|
||||
Reference in New Issue
Block a user