XenForo
Administrative
- Thread starter
- Admin
- #1
Setting up format parameters for a radio option, using a phrase that is wrapped in parenthesis will result in an unrendered code snippet:
Code:
will display as
Code:
whereas
Code:
will display as
Code:
ادامه مطلب...
Code:
no={{ phrase('(none)') }}
will display as
Code:
{{ phrase('(none)') }}
whereas
Code:
no={{ phrase('none') }}
will display as
Code:
None
ادامه مطلب...