Fix issue with displaced braces( )
This is a problem caused by switching a site from LTR to RTL and vice-versa. I’ve tested it as well, here is my output if I switch my site to RTL <?php echo “I am (developer)”; ?> renders (I am (developer This is normal behavior when you switch to a RTL language. The problem is, … Read more