[RSS Feed/News] Incorrect variable pass to phrase from getContentTitle() method from ProfilePost & ProfilePostComment

Status
Not open for further replies.

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]);
    }

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom