Yup, Zen (and possibly just good ol' ST2 in some contexts) has issues with PHP's $ syntax sometimes, usually getting rid of the $ in the text or sometimes the whole variable, turning
- Code: Select all
$this->property
into
- Code: Select all
->property
It can be quite annoying actually, but I've kinda learnt to live with it as I'd expect the fix could be a very annoying one for you plugin devs!