Viewing 1 replies (of 1 total)
  • Thread Starter jims@jims

    (@jimsjims)

    Problem seems to be resolved by changing ml-slider.php line 1607 from:

    if ( count( $sliders ) ) {

    To:

    if ( count( $sliders ) && is_array($sliders) ) {

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Warning on wp-admin’ is closed to new replies.