Actions
Feature proposal #6285
closedImplement IF substitution nesting
Description
Currently an IF substitution inside of an IF substitution does nothing. Simple fix is to just parse IF substitutions on the result. With a fast strpos there is no performance loss for such a useful feature.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Implemented in MR !1121
Actions