Skip to content

Commit

Permalink
Merge pull request #90 from Pravdomil/patch-1
Browse files Browse the repository at this point in the history
Change default compiler to oyejorge/less.php
  • Loading branch information
Thomas Parisot committed Sep 10, 2015
2 parents b98c2d7 + ec57674 commit 63d8054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Plugin.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected function getLessCompilerPath()
{
// The usage of the WP_LESS_COMPILER is a holdover from an older implentation
// of this opt-in functionality
$compiler = defined('WP_LESS_COMPILER') ? WP_LESS_COMPILER : apply_filters('wp_less_compiler', 'lessphp');
$compiler = defined('WP_LESS_COMPILER') ? WP_LESS_COMPILER : apply_filters('wp_less_compiler', 'less.php');

switch( $compiler ){
case 'less.php':
Expand Down

0 comments on commit 63d8054

Please # to comment.