Forums
(@maxlawmy)
10 years ago
(Post removed) (Problem fixed!)
11 years, 2 months ago
If it still doesn’t work for you, try this:
Replace the following part at line 153:
if( version_compare( ‘3.9’, $wp_version, ‘<‘ ) ) { return array( ); }
with this:
if(floatval($wp_version) < 3.9){ return array( ); }