roborourke / wp-less

Provides a LESS compiler compatible with wp_enqueue_style() for rapid CSS development in themes and plugins.
MIT License
217 stars 55 forks source link

PHP 5.2 compatibility fix #76

Closed vburlak closed 7 years ago

vburlak commented 9 years ago

I'm tested my theme with wp-less for PHP 5.2 support now, and found PHP notices about constant __DIR__ that will be replaces with dirname(__FILE__) for older PHP compatibility reasons..

vburlak commented 9 years ago

as @lkraav said here - "As we all know WP is still forced to stay with 5.2."