• Resolved andytela

    (@andymoonshine)


    There is a warning that needs fixing in /include/class.walker.php on line 344
    if( count( $currentItem > 1 ) ){
    Should be:
    if( count( $currentItem ) > 1 ){

    Cheers
    Andy

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fix for PHP7 warning in class.walker.php’ is closed to new replies.