XenForo
Administrative
- Thread starter
- Admin
- #1
profile_post_by_x = Profile post by {name}
Click to expand...
XF\Entity\ProfilePost:
PHP:
Code:
public function getContentTitle(string $context = '')
{
return \XF::phrase('profile_post_by_x', ['username' => $this->username]);
}
ادامه مطلب...