I've been looking at my comments template as I seem to have some nested conditions with impossible logic: an if
inside an if not
for the same value but if I try to remove the conflicting step it all stops working properly so I'm a bit confused.
I've been looking at my comments template as I seem to have some nested conditions with impossible logic: an if
inside an if not
for the same value but if I try to remove the conflicting step it all stops working properly so I'm a bit confused.
@colinwalker do you care to share the code, may be a gist?
@mina I’ll have another look first. Separating out the offending section may do the trick. Thanks.