[RSS Feed/News] fn deprecated to fnBbCode

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
PhpStorm returns a message that the fn method is deprecated and so the following code needs to be updated:

PHP:

return XF::app()->templater()->fn( 'bb_code', [ $user['about'], $user, 'escaped' ] );

The templater.php file shows several different fnBbCode options.

Code:

Code:
        'bb_code'               => 'fnBbCode',
        'bb_code_snippet'       => 'fnBbCodeSnippet',
        'bb_code_type'          => 'fnBbCodeType',
        'bb_code_type_snippet'  => 'fnBbCodeTypeSnippet',

I've tried...

Read more

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