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
PHP:
Read more
ادامه مطلب...
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
ادامه مطلب...