Add potential debug display of implicit mentions in frio
- Refactored conversation() by removing extraneous intermediary variables
This commit is contained in:
@@ -366,6 +366,7 @@ class Post extends BaseObject
|
||||
'tags' => $tags['tags'],
|
||||
'hashtags' => $tags['hashtags'],
|
||||
'mentions' => $tags['mentions'],
|
||||
'implicit_mentions' => $tags['implicit_mentions'],
|
||||
'txt_cats' => L10n::t('Categories:'),
|
||||
'txt_folders' => L10n::t('Filed under:'),
|
||||
'has_cats' => ((count($categories)) ? 'true' : ''),
|
||||
|
||||
Reference in New Issue
Block a user