Made link post titles to source optional in display settings. Hopefully I did a right.

This commit is contained in:
Jeroen
2014-09-14 12:39:11 +00:00
parent 2728f5a104
commit 254dc0ec98
4 changed files with 12 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ class Item extends BaseObject {
'osparkle' => $osparkle,
'sparkle' => $sparkle,
'title' => $item['title'],
'title_tosource' => get_pconfig(local_user(),'system','title_tosource'),
'ago' => relative_date($item['created']),
'app' => $item['app'],
'str_app' => sprintf( t(' from %s'), $item['app']),