return $this->getLanguage()->getDynamicVariable('wcf.user.notification.comment.like.message.stacked', array(
'author' => $this->author,
'authors' => $authors,
- 'comment' => $this->userNotificationObject,
'count' => $count,
'others' => $count - 1,
'owner' => $owner
return $this->getLanguage()->getDynamicVariable('wcf.user.notification.comment.like.message', array(
'author' => $this->author,
- 'comment' => $this->userNotificationObject,
'owner' => $owner
));
}