Displaying comments with a walker: how to distinguish between parent and child comments

Just use the $depth arg:

if ( $depth ) {
  // it's a child comment
} else {
  // it's a parent comment
}

File not found.