As designed  Hardcoded Phrase in XenForo_BbCode_Formatter_Base

  • Thread starter Thread starter ragtek
  • Start date Start date
R

ragtek

Guest
Line 102:
PHP:
return '<a href="' . XenForo_Link::buildPublicLink('attachments', array('attachment_id' => $id)) . '">View attachment ' . $id . '</a>';

I'm not sure if this will ever been shown in xenforo,i saw this because of some problems with the parser and my add-on.
 
This is only used when there's no view for the parser, which is mostly showing a bug in the code that comes up. The view is quite important for proper display.
 
Top Bottom