Just installed wp-less into wp3.3 and this happens...
Notice: Trying to get property of non-object in (...)\wp-content\plugins\wp-less\lib\Plugin.class.php on line 70
Seems WP_Styles doesn't have 'queue' ???
Just installed wp-less into wp3.3 and this happens...
Notice: Trying to get property of non-object in (...)\wp-content\plugins\wp-less\lib\Plugin.class.php on line 70
Seems WP_Styles doesn't have 'queue' ???
Ohno... wait... it's your getStyles function returning '1' and not the actual WP_Styles object.
Btw: wp-less1.2 doesn't throw the error but doesn't parse anything either (1.3 throws same error).
Maybe you're not using the right hook? In Plugin.class.php on line 174, if I use 'wp_head' instead of 'wp' the getStyles will return the correct object.
Still no parsed stylesheet appearing in my head though... :-(
Is there anyone else talking in this thread?
It's like many people were talking but I see only messages from Sjeiti.
You must log in to post.