Closed vburlak closed 7 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..
PHP 5.2
__DIR__
dirname(__FILE__)
as @lkraav said here - "As we all know WP is still forced to stay with 5.2."
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 withdirname(__FILE__)
for older PHP compatibility reasons..