Sorry,
Didn’t look everywhere and the response is actually there:
http://wordpress.org/support/topic/169366/page/2?replies=62
`Line 24 is:
extract( $args, EXTR_SKIP );
I found that changing this to:
if (is_array($args)) { extract( $args, EXTR_SKIP ); }`
Hello,
I’m having the same issue …
Skullbit if you’re there, would be great to let us know what/how to fix !
Cheers