Thomas Parisot
Thomas Parisot
Oui, carrément intéressant. Visiblement, en HTML y'a pas eu de limites de longueurs d'attributs. [Des personnes ont testé](https://stackoverflow.com/questions/1496096/is-there-a-limit-to-the-length-of-html-attributes), et 10 millions de caractères/100Ko de JS dans un attribut passaient tranquille....
Hello, I've been told about this issue and it's worth investigating it. By the way, sorry for the delay of answer: I wanted to bring in a decent answer and...
What I don't like is these themes/plugins are loading stuff using a non-recommended way, thus generating such edge cases elsewhere, like in WP-LESS for example. They then just expect than...
> The $compiler variable is never used again, is it? Yes it's not even used. Avoiding globals is a good practice indeed. > Secondly, would it not been better to...
> Never done before but maybe its a good opportunity to look into that stuff ;) Yep don't worry, nobody will bite you and that's a valuable thing to learn...
Was it a LESS stylesheet syntax error? Have you got your WordPress back to normal? If so, what have you done to make it to go back to normal? Thanks...
Well you had a blank page because PHP error reporting is turned off by WordPress at some point I think. If you had [`WP_DEBUG`](http://codex.wordpress.org/WP_DEBUG) set to `true`, you would have...
Hello, Sorry for not being available to solve the problem. Sadly I have no time to allocate on this. If you rely on me to solve the problem, and if...
Relevant request! If you already made your way through it feel free to start a PR, then we can double check, amend it and merge it :-)