[RSS Feed/News] Unparsed tags render smilie replacement text in unknown tag options

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
For example;


On edit is rendered as;



If the simile has multiple mappings, this may result in unexpected (and undesirable) changes to tag's option data.

The issue is in renderUnparsedTag which uses renderString without stopSmilies/plain/treatAsStructuredText being set when rendering the tag.
PHP:

Code:
public function renderUnparsedTag(array $tag, array $options)
{
   return...

Read more

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