Warnings fixed
This commit is contained in:
@@ -356,8 +356,8 @@ class Post extends BaseObject
|
||||
'guid' => urlencode($item['guid']),
|
||||
'isevent' => $isevent,
|
||||
'attend' => $attend,
|
||||
'linktitle' => L10n::t('View %s\'s profile @ %s', $profile_name, defaults($item, 'author-link', $item['url'])),
|
||||
'olinktitle' => L10n::t('View %s\'s profile @ %s', htmlentities($this->getOwnerName()), defaults($item, 'owner-link', $item['url'])),
|
||||
'linktitle' => L10n::t('View %s\'s profile @ %s', $profile_name, $item['author-link']),
|
||||
'olinktitle' => L10n::t('View %s\'s profile @ %s', htmlentities($this->getOwnerName()), $item['owner-link']),
|
||||
'to' => L10n::t('to'),
|
||||
'via' => L10n::t('via'),
|
||||
'wall' => L10n::t('Wall-to-Wall'),
|
||||
|
||||
Reference in New Issue
Block a user