Painbaker
Well-known member
- Affected version
- 2.2.2
profile_post_by_x = Profile post by {name}
XF\Entity\ProfilePost:
PHP:
public function getContentTitle(string $context = '')
{
return \XF::phrase('profile_post_by_x', ['username' => $this->username]);
}